#ACA2CE

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

Shades of Biloba Flower #ACA2CE

Tints of Biloba Flower #ACA2CE

Color information

#ACA2CE (or 0xACA2CE) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and CE. RGB value is (172,162,206). Sum of RGB (Red+Green+Blue) = 172+162+206=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2CE is #535D31. Grayscale: #A9A9A9. Windows color (decimal): -5463346 or 13542060. OLE color: 13542060.

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

Color convert

RGB172162206-
CMYK0.170.2100.19
HSL253.64º30.99%72.16%-
HSV(B)253.64º21.36%80.78%-
XYZ41.0739.0763.77-
YUV170.01148.31129.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=31.85%
G=30%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721622060.170.2100.19253.6430.9972.16
HexACA2CE1115013fe1f48
Octal254242316212502337637110
Binary101011001010001011001110100011010101001111111110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2CE; }

 p { color: rgb(172,162,206); }

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

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

 a { background-color: rgb(172,162,206); }

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

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

 span { border-color: rgb(172,162,206); }

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