#ACA0CA

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

Shades of Biloba Flower #ACA0CA

Tints of Biloba Flower #ACA0CA

Color information

#ACA0CA (or 0xACA0CA) is unknown color: approx Biloba Flower. HEX triplet: AC, A0 and CA. RGB value is (172,160,202). Sum of RGB (Red+Green+Blue) = 172+160+202=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0CA is #535F35. Grayscale: #A8A8A8. Windows color (decimal): -5463862 or 13279404. OLE color: 13279404.

HSL color Cylindrical-coordinate representation of color #ACA0CA: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACA0CA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172160202-
CMYK0.150.2100.21
HSL257.14º28.38%70.98%-
HSV(B)257.14º20.79%79.22%-
XYZ40.2438.1861.12-
YUV168.38146.98130.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=32.21%
G=29.96%
B=37.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721602020.150.2100.21257.1428.3870.98
HexACA0CAF150151011c47
Octal254240312172502540134107
Binary101011001010000011001010111110101010101100000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0CA; }

 p { color: rgb(172,160,202); }

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

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

 a { background-color: rgb(172,160,202); }

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

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

 span { border-color: rgb(172,160,202); }

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