#A5ABEB

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

Shades of Perano #A5ABEB

Tints of Perano #A5ABEB

Color information

#A5ABEB (or 0xA5ABEB) is unknown color: approx Perano. HEX triplet: A5, AB and EB. RGB value is (165,171,235). Sum of RGB (Red+Green+Blue) = 165+171+235=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABEB is #5A5414. Grayscale: #B0B0B0. Windows color (decimal): -5919765 or 15444901. OLE color: 15444901.

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

Color convert

RGB165171235-
CMYK0.300.2700.08
HSL234.86º63.64%78.43%-
HSV(B)234.86º29.79%92.16%-
XYZ45.0843.1284.55-
YUV176.5161.01119.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=28.90%
G=29.95%
B=41.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651712350.300.2700.08234.8663.6478.43
HexA5ABEB1E1B08eb404e
Octal2452533533633010353100116
Binary1010010110101011111010111111011011010001110101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABEB; }

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

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

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

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

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

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

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

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