#ACA2CC

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

Shades of Biloba Flower #ACA2CC

Tints of Biloba Flower #ACA2CC

Color information

#ACA2CC (or 0xACA2CC) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and CC. RGB value is (172,162,204). Sum of RGB (Red+Green+Blue) = 172+162+204=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2CC is #535D33. Grayscale: #A9A9A9. Windows color (decimal): -5463348 or 13410988. OLE color: 13410988.

HSL color Cylindrical-coordinate representation of color #ACA2CC: hue angle of 254.29º degrees, saturation: 0.29, 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 #ACA2CC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172162204-
CMYK0.160.2100.2
HSL254.29º29.17%71.76%-
HSV(B)254.29º20.59%80%-
XYZ40.8338.9762.5-
YUV169.78147.31129.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=31.97%
G=30.11%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721622040.160.2100.2254.2929.1771.76
HexACA2CC1015014fe1d48
Octal254242314202502437635110
Binary101011001010001011001100100001010101010011111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2CC; }

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

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

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

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

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

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

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

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