#ACA2F9

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

Shades of Perano #ACA2F9

Tints of Perano #ACA2F9

Color information

#ACA2F9 (or 0xACA2F9) is unknown color: approx Perano. HEX triplet: AC, A2 and F9. RGB value is (172,162,249). Sum of RGB (Red+Green+Blue) = 172+162+249=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACA2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA2F9 is #535D06. Grayscale: #AEAEAE. Windows color (decimal): -5463303 or 16360108. OLE color: 16360108.

HSL color Cylindrical-coordinate representation of color #ACA2F9: hue angle of 246.9º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACA2F9 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172162249-
CMYK0.310.3500.02
HSL246.9º87.88%80.59%-
HSV(B)246.9º34.94%97.65%-
XYZ47.0341.4595.14-
YUV174.91169.81125.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=29.50%
G=27.79%
B=42.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721622490.310.3500.02246.987.8880.59
HexACA2F91F2302f75851
Octal254242371374302367130121
Binary101011001010001011111001111111000110101111011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2F9; }

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

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

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

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

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

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

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

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