#AC90F6

Color #AC90F6 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC90F6

Tints of Biloba Flower #AC90F6

Color information

#AC90F6 (or 0xAC90F6) is unknown color: approx Biloba Flower. HEX triplet: AC, 90 and F6. RGB value is (172,144,246). Sum of RGB (Red+Green+Blue) = 172+144+246=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC90F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90F6 is #536F09. Grayscale: #A3A3A3. Windows color (decimal): -5467914 or 16158892. OLE color: 16158892.

HSL color Cylindrical-coordinate representation of color #AC90F6: hue angle of 256.47º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC90F6 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172144246-
CMYK0.300.4100.04
HSL256.47º85%76.47%-
HSV(B)256.47º41.46%96.47%-
XYZ43.6235.3791.72-
YUV164174.28133.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=30.60%
G=25.62%
B=43.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721442460.300.4100.04256.478576.47
HexAC90F61E2904100554c
Octal254220366365104400125114
Binary10101100100100001111011011110101001010010000000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90F6; }

 p { color: rgb(172,144,246); }

 H1.HeaderClassName
 {
   color: #AC90F6;
 }
 .AnyTagClassName
 {
   color: #AC90F6;
 }
</style>
background-color css

<style>
 a { background-color: #AC90F6; }

 a { background-color: rgb(172,144,246); }

 div.DivClassName
 {
   background-color: #AC90F6;
 }
 .BgClassName
 {
   background-color: #AC90F6;
 }
</style>
border-color css

<style>
 span { border-color: #AC90F6; }

 span { border-color: rgb(172,144,246); }

 td.TdClassName
 {
   border-color: #AC90F6;
 }
 .TagClassName
 {
   border-color: #AC90F6;
 }
</style>