#AC9CCB

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

Shades of Biloba Flower #AC9CCB

Tints of Biloba Flower #AC9CCB

Color information

#AC9CCB (or 0xAC9CCB) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and CB. RGB value is (172,156,203). Sum of RGB (Red+Green+Blue) = 172+156+203=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CCB is #536334. Grayscale: #A5A5A5. Windows color (decimal): -5464885 or 13343916. OLE color: 13343916.

HSL color Cylindrical-coordinate representation of color #AC9CCB: hue angle of 260.43º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9CCB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172156203-
CMYK0.150.2300.20
HSL260.43º31.13%70.39%-
HSV(B)260.43º23.15%79.61%-
XYZ39.6836.8661.52-
YUV166.14148.8132.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=32.39%
G=29.38%
B=38.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721562030.150.2300.20260.4331.1370.39
HexAC9CCBF170141041f46
Octal254234313172702440437106
Binary101011001001110011001011111110111010100100000100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CCB; }

 p { color: rgb(172,156,203); }

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

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

 a { background-color: rgb(172,156,203); }

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

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

 span { border-color: rgb(172,156,203); }

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