#ACA1DC

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

Shades of Biloba Flower #ACA1DC

Tints of Biloba Flower #ACA1DC

Color information

#ACA1DC (or 0xACA1DC) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and DC. RGB value is (172,161,220). Sum of RGB (Red+Green+Blue) = 172+161+220=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1DC is #535E23. Grayscale: #AAAAAA. Windows color (decimal): -5463588 or 14459308. OLE color: 14459308.

HSL color Cylindrical-coordinate representation of color #ACA1DC: hue angle of 251.19º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACA1DC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172161220-
CMYK0.220.2700.14
HSL251.19º45.74%74.71%-
HSV(B)251.19º26.82%86.27%-
XYZ42.6839.4373.07-
YUV171.02155.64128.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=31.10%
G=29.11%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721612200.220.2700.14251.1945.7474.71
HexACA1DC161B0Efb2e4b
Octal254241334263301637356113
Binary101011001010000111011100101101101101110111110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1DC; }

 p { color: rgb(172,161,220); }

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

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

 a { background-color: rgb(172,161,220); }

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

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

 span { border-color: rgb(172,161,220); }

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