#ACA3C1

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

Shades of Biloba Flower #ACA3C1

Tints of Biloba Flower #ACA3C1

Color information

#ACA3C1 (or 0xACA3C1) is unknown color: approx Biloba Flower. HEX triplet: AC, A3 and C1. RGB value is (172,163,193). Sum of RGB (Red+Green+Blue) = 172+163+193=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACA3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3C1 is #535C3E. Grayscale: #A9A9A9. Windows color (decimal): -5463103 or 12690348. OLE color: 12690348.

HSL color Cylindrical-coordinate representation of color #ACA3C1: hue angle of 258º degrees, saturation: 0.19, 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 #ACA3C1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172163193-
CMYK0.110.1600.24
HSL258º19.48%69.8%-
HSV(B)258º15.54%75.69%-
XYZ39.7438.8255.85-
YUV169.11141.48130.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=32.58%
G=30.87%
B=36.55%

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
Decimal1721631930.110.1600.2425819.4869.8
HexACA3C1B100181021346
Octal254243301132003040223106
Binary101011001010001111000001101110000011000100000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3C1; }

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

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

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

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

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

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

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

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