#A6A5EA

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

Shades of Perano #A6A5EA

Tints of Perano #A6A5EA

Color information

#A6A5EA (or 0xA6A5EA) is unknown color: approx Perano. HEX triplet: A6, A5 and EA. RGB value is (166,165,234). Sum of RGB (Red+Green+Blue) = 166+165+234=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A5EA is #595A15. Grayscale: #ACACAC. Windows color (decimal): -5855766 or 15377830. OLE color: 15377830.

HSL color Cylindrical-coordinate representation of color #A6A5EA: hue angle of 240.87º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6A5EA is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166165234-
CMYK0.290.2900.08
HSL240.87º62.16%78.24%-
HSV(B)240.87º29.49%91.76%-
XYZ44.0340.9683.43-
YUV173.16162.33122.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=29.38%
G=29.20%
B=41.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661652340.290.2900.08240.8762.1678.24
HexA6A5EA1D1D08f13e4e
Octal246245352353501036176116
Binary101001101010010111101010111011110101000111100011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A5EA; }

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

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

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

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

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

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

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

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