#ACA2C1

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

Shades of Biloba Flower #ACA2C1

Tints of Biloba Flower #ACA2C1

Color information

#ACA2C1 (or 0xACA2C1) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and C1. RGB value is (172,162,193). Sum of RGB (Red+Green+Blue) = 172+162+193=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2C1 is #535D3E. Grayscale: #A8A8A8. Windows color (decimal): -5463359 or 12690092. OLE color: 12690092.

HSL color Cylindrical-coordinate representation of color #ACA2C1: hue angle of 259.35º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA2C1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172162193-
CMYK0.110.1600.24
HSL259.35º20%69.61%-
HSV(B)259.35º16.06%75.69%-
XYZ39.5638.4655.79-
YUV168.52141.81130.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=32.64%
G=30.74%
B=36.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721621930.110.1600.24259.352069.61
HexACA2C1B100181031446
Octal254242301132003040324106
Binary101011001010001011000001101110000011000100000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2C1; }

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

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

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

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

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

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

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

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