#A5A6EB

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

Shades of Perano #A5A6EB

Tints of Perano #A5A6EB

Color information

#A5A6EB (or 0xA5A6EB) is unknown color: approx Perano. HEX triplet: A5, A6 and EB. RGB value is (165,166,235). Sum of RGB (Red+Green+Blue) = 165+166+235=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5A6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A6EB is #5A5914. Grayscale: #ADADAD. Windows color (decimal): -5921045 or 15443621. OLE color: 15443621.

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

Color convert

RGB165166235-
CMYK0.300.2900.08
HSL239.14º63.64%78.43%-
HSV(B)239.14º29.79%92.16%-
XYZ44.1541.2784.24-
YUV173.57162.67121.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=29.15%
G=29.33%
B=41.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651662350.300.2900.08239.1463.6478.43
HexA5A6EB1E1D08ef404e
Octal2452463533635010357100116
Binary1010010110100110111010111111011101010001110111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A6EB; }

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

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

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

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

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

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

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

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