#AC9DCF

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

Shades of Biloba Flower #AC9DCF

Tints of Biloba Flower #AC9DCF

Color information

#AC9DCF (or 0xAC9DCF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and CF. RGB value is (172,157,207). Sum of RGB (Red+Green+Blue) = 172+157+207=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC9DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DCF is #536230. Grayscale: #A7A7A7. Windows color (decimal): -5464625 or 13606316. OLE color: 13606316.

HSL color Cylindrical-coordinate representation of color #AC9DCF: hue angle of 258º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9DCF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172157207-
CMYK0.170.2400.19
HSL258º34.25%71.37%-
HSV(B)258º24.15%81.18%-
XYZ40.3337.3964.12-
YUV167.18150.47131.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=32.09%
G=29.29%
B=38.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721572070.170.2400.1925834.2571.37
HexAC9DCF11180131022247
Octal254235317213002340242107
Binary10101100100111011100111110001110000100111000000101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DCF; }

 p { color: rgb(172,157,207); }

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

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

 a { background-color: rgb(172,157,207); }

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

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

 span { border-color: rgb(172,157,207); }

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