#ACA2CF

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

Shades of Biloba Flower #ACA2CF

Tints of Biloba Flower #ACA2CF

Color information

#ACA2CF (or 0xACA2CF) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and CF. RGB value is (172,162,207). Sum of RGB (Red+Green+Blue) = 172+162+207=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2CF is #535D30. Grayscale: #A9A9A9. Windows color (decimal): -5463345 or 13607596. OLE color: 13607596.

HSL color Cylindrical-coordinate representation of color #ACA2CF: hue angle of 253.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACA2CF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172162207-
CMYK0.170.2200.19
HSL253.33º31.91%72.35%-
HSV(B)253.33º21.74%81.18%-
XYZ41.239.1264.41-
YUV170.12148.81129.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=31.79%
G=29.94%
B=38.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721622070.170.2200.19253.3331.9172.35
HexACA2CF1116013fd2048
Octal254242317212602337540110
Binary1010110010100010110011111000110110010011111111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2CF; }

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

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

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

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

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

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

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

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