#A5ABDD

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

Shades of Perano #A5ABDD

Tints of Perano #A5ABDD

Color information

#A5ABDD (or 0xA5ABDD) is unknown color: approx Perano. HEX triplet: A5, AB and DD. RGB value is (165,171,221). Sum of RGB (Red+Green+Blue) = 165+171+221=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABDD is #5A5422. Grayscale: #AEAEAE. Windows color (decimal): -5919779 or 14527397. OLE color: 14527397.

HSL color Cylindrical-coordinate representation of color #A5ABDD: hue angle of 233.57º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5ABDD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165171221-
CMYK0.250.2300.13
HSL233.57º45.16%75.69%-
HSV(B)233.57º25.34%86.67%-
XYZ43.1342.3574.31-
YUV174.91154.01120.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=29.62%
G=30.70%
B=39.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651712210.250.2300.13233.5745.1675.69
HexA5ABDD19170Dea2d4c
Octal245253335312701535255114
Binary101001011010101111011101110011011101101111010101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABDD; }

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

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

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

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

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

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

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

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