#AC9BCF

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

Shades of Biloba Flower #AC9BCF

Tints of Biloba Flower #AC9BCF

Color information

#AC9BCF (or 0xAC9BCF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and CF. RGB value is (172,155,207). Sum of RGB (Red+Green+Blue) = 172+155+207=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC9BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BCF is #536430. Grayscale: #A5A5A5. Windows color (decimal): -5465137 or 13605804. OLE color: 13605804.

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

Color convert

RGB172155207-
CMYK0.170.2500.19
HSL259.62º35.14%70.98%-
HSV(B)259.62º25.12%81.18%-
XYZ4036.7264.01-
YUV166.01151.13132.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=32.21%
G=29.03%
B=38.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721552070.170.2500.19259.6235.1470.98
HexAC9BCF11190131042347
Octal254233317213102340443107
Binary10101100100110111100111110001110010100111000001001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BCF; }

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

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

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

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

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

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

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

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