#AC9FD2

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

Shades of Biloba Flower #AC9FD2

Tints of Biloba Flower #AC9FD2

Color information

#AC9FD2 (or 0xAC9FD2) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and D2. RGB value is (172,159,210). Sum of RGB (Red+Green+Blue) = 172+159+210=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC9FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FD2 is #53602D. Grayscale: #A8A8A8. Windows color (decimal): -5464110 or 13803436. OLE color: 13803436.

HSL color Cylindrical-coordinate representation of color #AC9FD2: hue angle of 255.29º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9FD2 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172159210-
CMYK0.180.2400.18
HSL255.29º36.17%72.35%-
HSV(B)255.29º24.29%82.35%-
XYZ41.0438.2266.19-
YUV168.7151.31130.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=31.79%
G=29.39%
B=38.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721592100.180.2400.18255.2936.1772.35
HexAC9FD21218012ff2448
Octal254237322223002237744110
Binary1010110010011111110100101001011000010010111111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FD2; }

 p { color: rgb(172,159,210); }

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

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

 a { background-color: rgb(172,159,210); }

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

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

 span { border-color: rgb(172,159,210); }

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