#ACA2FE

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

Shades of Perano #ACA2FE

Tints of Perano #ACA2FE

Color information

#ACA2FE (or 0xACA2FE) is unknown color: approx Perano. HEX triplet: AC, A2 and FE. RGB value is (172,162,254). Sum of RGB (Red+Green+Blue) = 172+162+254=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACA2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2FE is #535D01. Grayscale: #AFAFAF. Windows color (decimal): -5463298 or 16687788. OLE color: 16687788.

HSL color Cylindrical-coordinate representation of color #ACA2FE: hue angle of 246.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACA2FE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172162254-
CMYK0.320.3600.00
HSL246.52º97.87%81.57%-
HSV(B)246.52º36.22%99.61%-
XYZ47.8241.7799.31-
YUV175.48172.31125.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=29.25%
G=27.55%
B=43.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721622540.320.3600.00246.5297.8781.57
HexACA2FE202400f76252
Octal254242376404400367142122
Binary101011001010001011111110100000100100001111011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2FE; }

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

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

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

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

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

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

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

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