#AC9CE0

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

Shades of Biloba Flower #AC9CE0

Tints of Biloba Flower #AC9CE0

Color information

#AC9CE0 (or 0xAC9CE0) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and E0. RGB value is (172,156,224). Sum of RGB (Red+Green+Blue) = 172+156+224=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CE0 is #53631F. Grayscale: #A8A8A8. Windows color (decimal): -5464864 or 14720172. OLE color: 14720172.

HSL color Cylindrical-coordinate representation of color #AC9CE0: hue angle of 254.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9CE0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172156224-
CMYK0.230.3000.12
HSL254.12º52.31%74.51%-
HSV(B)254.12º30.36%87.84%-
XYZ42.3637.9375.61-
YUV168.54159.3130.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=31.16%
G=28.26%
B=40.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721562240.230.3000.12254.1252.3174.51
HexAC9CE0171E0Cfe344b
Octal254234340273601437664113
Binary101011001001110011100000101111111001100111111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CE0; }

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

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

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

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

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

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

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

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