#ACA1CC

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

Shades of Biloba Flower #ACA1CC

Tints of Biloba Flower #ACA1CC

Color information

#ACA1CC (or 0xACA1CC) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and CC. RGB value is (172,161,204). Sum of RGB (Red+Green+Blue) = 172+161+204=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1CC is #535E33. Grayscale: #A9A9A9. Windows color (decimal): -5463604 or 13410732. OLE color: 13410732.

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

Color convert

RGB172161204-
CMYK0.160.2100.2
HSL255.35º29.66%71.57%-
HSV(B)255.35º21.08%80%-
XYZ40.6638.6262.44-
YUV169.19147.64130-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=32.03%
G=29.98%
B=37.99%

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
Decimal1721612040.160.2100.2255.3529.6671.57
HexACA1CC1015014ff1e48
Octal254241314202502437736110
Binary101011001010000111001100100001010101010011111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1CC; }

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

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

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

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

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

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

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

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