#A0A5EB

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

Shades of Perano #A0A5EB

Tints of Perano #A0A5EB

Color information

#A0A5EB (or 0xA0A5EB) is unknown color: approx Perano. HEX triplet: A0, A5 and EB. RGB value is (160,165,235). Sum of RGB (Red+Green+Blue) = 160+165+235=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0A5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A5EB is #5F5A14. Grayscale: #ABABAB. Windows color (decimal): -6248981 or 15443360. OLE color: 15443360.

HSL color Cylindrical-coordinate representation of color #A0A5EB: hue angle of 236º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A5EB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160165235-
CMYK0.320.3000.08
HSL236º65.22%77.45%-
HSV(B)236º31.91%92.16%-
XYZ42.9540.3884.13-
YUV171.48163.84119.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=28.57%
G=29.46%
B=41.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601652350.320.3000.0823665.2277.45
HexA0A5EB201E08ec414d
Octal2402453534036010354101115
Binary10100000101001011110101110000011110010001110110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A5EB; }

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

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

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

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

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

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

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

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