#A6ACEE

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

Shades of Perano #A6ACEE

Tints of Perano #A6ACEE

Color information

#A6ACEE (or 0xA6ACEE) is unknown color: approx Perano. HEX triplet: A6, AC and EE. RGB value is (166,172,238). Sum of RGB (Red+Green+Blue) = 166+172+238=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ACEE is #595311. Grayscale: #B1B1B1. Windows color (decimal): -5853970 or 15641766. OLE color: 15641766.

HSL color Cylindrical-coordinate representation of color #A6ACEE: hue angle of 235º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ACEE is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166172238-
CMYK0.300.2800.07
HSL235º67.92%79.22%-
HSV(B)235º30.25%93.33%-
XYZ45.9143.7986.92-
YUV177.73162.01119.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=28.82%
G=29.86%
B=41.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661722380.300.2800.0723567.9279.22
HexA6ACEE1E1C07eb444f
Octal246254356363407353104117
Binary101001101010110011101110111101110001111110101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACEE; }

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

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

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

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

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

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

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

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