#ACA1CA

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

Shades of Biloba Flower #ACA1CA

Tints of Biloba Flower #ACA1CA

Color information

#ACA1CA (or 0xACA1CA) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and CA. RGB value is (172,161,202). Sum of RGB (Red+Green+Blue) = 172+161+202=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1CA is #535E35. Grayscale: #A8A8A8. Windows color (decimal): -5463606 or 13279660. OLE color: 13279660.

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

Color convert

RGB172161202-
CMYK0.150.2000.21
HSL256.1º27.89%71.18%-
HSV(B)256.1º20.3%79.22%-
XYZ40.4238.5261.18-
YUV168.96146.64130.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=32.15%
G=30.09%
B=37.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721612020.150.2000.21256.127.8971.18
HexACA1CAF140151001c47
Octal254241312172402540034107
Binary101011001010000111001010111110100010101100000000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1CA; }

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

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

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

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

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

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

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

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