#ACA1DB

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

Shades of Biloba Flower #ACA1DB

Tints of Biloba Flower #ACA1DB

Color information

#ACA1DB (or 0xACA1DB) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and DB. RGB value is (172,161,219). Sum of RGB (Red+Green+Blue) = 172+161+219=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1DB is #535E24. Grayscale: #AAAAAA. Windows color (decimal): -5463589 or 14393772. OLE color: 14393772.

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

Color convert

RGB172161219-
CMYK0.210.2600.14
HSL251.38º44.62%74.51%-
HSV(B)251.38º26.48%85.88%-
XYZ42.5439.3772.38-
YUV170.9155.14128.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=31.16%
G=29.17%
B=39.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721612190.210.2600.14251.3844.6274.51
HexACA1DB151A0Efb2d4b
Octal254241333253201637355113
Binary101011001010000111011011101011101001110111110111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1DB; }

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

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

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

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

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

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

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

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