#A6A5EE

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

Shades of Perano #A6A5EE

Tints of Perano #A6A5EE

Color information

#A6A5EE (or 0xA6A5EE) is unknown color: approx Perano. HEX triplet: A6, A5 and EE. RGB value is (166,165,238). Sum of RGB (Red+Green+Blue) = 166+165+238=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A5EE is #595A11. Grayscale: #ADADAD. Windows color (decimal): -5855762 or 15639974. OLE color: 15639974.

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

Color convert

RGB166165238-
CMYK0.300.3100.07
HSL240.82º68.22%79.02%-
HSV(B)240.82º30.67%93.33%-
XYZ44.6141.1986.49-
YUV173.62164.33122.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.17%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=29.17%
G=29.00%
B=41.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661652380.300.3100.07240.8268.2279.02
HexA6A5EE1E1F07f1444f
Octal246245356363707361104117
Binary101001101010010111101110111101111101111111000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A5EE; }

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

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

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

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

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

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

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

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