#A5A6EE

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

Shades of Perano #A5A6EE

Tints of Perano #A5A6EE

Color information

#A5A6EE (or 0xA5A6EE) is unknown color: approx Perano. HEX triplet: A5, A6 and EE. RGB value is (165,166,238). Sum of RGB (Red+Green+Blue) = 165+166+238=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 166 (65.23% from 255 or 29.17% 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 #A5A6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A6EE is #5A5911. Grayscale: #ADADAD. Windows color (decimal): -5921042 or 15640229. OLE color: 15640229.

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

Color convert

RGB165166238-
CMYK0.310.3000.07
HSL239.18º68.22%79.02%-
HSV(B)239.18º30.67%93.33%-
XYZ44.5941.4486.54-
YUV173.91164.17121.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651662380.310.3000.07239.1868.2279.02
HexA5A6EE1F1E07ef444f
Octal245246356373607357104117
Binary101001011010011011101110111111111001111110111110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A6EE; }

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

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

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

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

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

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

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

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