#A6AEEE

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

Shades of Perano #A6AEEE

Tints of Perano #A6AEEE

Color information

#A6AEEE (or 0xA6AEEE) is unknown color: approx Perano. HEX triplet: A6, AE and EE. RGB value is (166,174,238). Sum of RGB (Red+Green+Blue) = 166+174+238=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEEE is #595111. Grayscale: #B2B2B2. Windows color (decimal): -5853458 or 15642278. OLE color: 15642278.

HSL color Cylindrical-coordinate representation of color #A6AEEE: hue angle of 233.33º 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 #A6AEEE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166174238-
CMYK0.300.2700.07
HSL233.33º67.92%79.22%-
HSV(B)233.33º30.25%93.33%-
XYZ46.2944.5587.05-
YUV178.9161.35118.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.72%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=28.72%
G=30.10%
B=41.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661742380.300.2700.07233.3367.9279.22
HexA6AEEE1E1B07e9444f
Octal246256356363307351104117
Binary101001101010111011101110111101101101111110100110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEEE; }

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

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

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

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

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

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

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

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