#ACA2CD

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

Shades of Biloba Flower #ACA2CD

Tints of Biloba Flower #ACA2CD

Color information

#ACA2CD (or 0xACA2CD) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and CD. RGB value is (172,162,205). Sum of RGB (Red+Green+Blue) = 172+162+205=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACA2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2CD is #535D32. Grayscale: #A9A9A9. Windows color (decimal): -5463347 or 13476524. OLE color: 13476524.

HSL color Cylindrical-coordinate representation of color #ACA2CD: hue angle of 253.95º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACA2CD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172162205-
CMYK0.160.2100.20
HSL253.95º30.07%71.96%-
HSV(B)253.95º20.98%80.39%-
XYZ40.9539.0263.13-
YUV169.89147.81129.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=31.91%
G=30.06%
B=38.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721622050.160.2100.20253.9530.0771.96
HexACA2CD1015014fe1e48
Octal254242315202502437636110
Binary101011001010001011001101100001010101010011111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2CD; }

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

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

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

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

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

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

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

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