#ACA1EE

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

Shades of Biloba Flower #ACA1EE

Tints of Biloba Flower #ACA1EE

Color information

#ACA1EE (or 0xACA1EE) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and EE. RGB value is (172,161,238). Sum of RGB (Red+Green+Blue) = 172+161+238=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA1EE is #535E11. Grayscale: #ACACAC. Windows color (decimal): -5463570 or 15638956. OLE color: 15638956.

HSL color Cylindrical-coordinate representation of color #ACA1EE: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACA1EE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172161238-
CMYK0.280.3200.07
HSL248.57º69.37%78.24%-
HSV(B)248.57º32.35%93.33%-
XYZ45.1940.4386.31-
YUV173.07164.64127.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 161 (63.28% from 255) = 28.20%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=30.12%
G=28.20%
B=41.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721612380.280.3200.07248.5769.3778.24
HexACA1EE1C2007f9454e
Octal254241356344007371105116
Binary1010110010100001111011101110010000001111111100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1EE; }

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

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

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

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

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

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

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

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