#AC9AF9

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

Shades of Biloba Flower #AC9AF9

Tints of Biloba Flower #AC9AF9

Color information

#AC9AF9 (or 0xAC9AF9) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and F9. RGB value is (172,154,249). Sum of RGB (Red+Green+Blue) = 172+154+249=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC9AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AF9 is #536506. Grayscale: #A9A9A9. Windows color (decimal): -5465351 or 16358060. OLE color: 16358060.

HSL color Cylindrical-coordinate representation of color #AC9AF9: hue angle of 251.37º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC9AF9 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172154249-
CMYK0.310.3800.02
HSL251.37º88.79%79.02%-
HSV(B)251.37º38.15%97.65%-
XYZ45.6738.7294.69-
YUV170.21172.46129.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=29.91%
G=26.78%
B=43.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721542490.310.3800.02251.3788.7979.02
HexAC9AF91F2602fb594f
Octal254232371374602373131117
Binary101011001001101011111001111111001100101111101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AF9; }

 p { color: rgb(172,154,249); }

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

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

 a { background-color: rgb(172,154,249); }

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

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

 span { border-color: rgb(172,154,249); }

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