#ACAFF6

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

Shades of Perano #ACAFF6

Tints of Perano #ACAFF6

Color information

#ACAFF6 (or 0xACAFF6) is unknown color: approx Perano. HEX triplet: AC, AF and F6. RGB value is (172,175,246). Sum of RGB (Red+Green+Blue) = 172+175+246=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF6 is #535009. Grayscale: #B5B5B5. Windows color (decimal): -5459978 or 16166828. OLE color: 16166828.

HSL color Cylindrical-coordinate representation of color #ACAFF6: hue angle of 237.57º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACAFF6 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172175246-
CMYK0.300.2900.04
HSL237.57º80.43%81.96%-
HSV(B)237.57º30.08%96.47%-
XYZ48.9846.0893.5-
YUV182.2164.01120.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=29.01%
G=29.51%
B=41.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721752460.300.2900.04237.5780.4381.96
HexACAFF61E1D04ee5052
Octal254257366363504356120122
Binary101011001010111111110110111101110101001110111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF6; }

 p { color: rgb(172,175,246); }

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

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

 a { background-color: rgb(172,175,246); }

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

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

 span { border-color: rgb(172,175,246); }

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