#A5A8EB

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

Shades of Perano #A5A8EB

Tints of Perano #A5A8EB

Color information

#A5A8EB (or 0xA5A8EB) is unknown color: approx Perano. HEX triplet: A5, A8 and EB. RGB value is (165,168,235). Sum of RGB (Red+Green+Blue) = 165+168+235=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8EB is #5A5714. Grayscale: #AEAEAE. Windows color (decimal): -5920533 or 15444133. OLE color: 15444133.

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

Color convert

RGB165168235-
CMYK0.300.2900.08
HSL237.43º63.64%78.43%-
HSV(B)237.43º29.79%92.16%-
XYZ44.524284.36-
YUV174.74162.01121.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=29.05%
G=29.58%
B=41.37%

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
Decimal1651682350.300.2900.08237.4363.6478.43
HexA5A8EB1E1D08ed404e
Octal2452503533635010355100116
Binary1010010110101000111010111111011101010001110110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8EB; }

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

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

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

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

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

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

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

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