#A5B7DD

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

Shades of Perano #A5B7DD

Tints of Perano #A5B7DD

Color information

#A5B7DD (or 0xA5B7DD) is unknown color: approx Perano. HEX triplet: A5, B7 and DD. RGB value is (165,183,221). Sum of RGB (Red+Green+Blue) = 165+183+221=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7DD is #5A4822. Grayscale: #B5B5B5. Windows color (decimal): -5916707 or 14530469. OLE color: 14530469.

HSL color Cylindrical-coordinate representation of color #A5B7DD: hue angle of 220.71º 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 #A5B7DD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165183221-
CMYK0.250.1700.13
HSL220.71º45.16%75.69%-
HSV(B)220.71º25.34%86.67%-
XYZ45.547.0975.1-
YUV181.95150.04115.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=29.00%
G=32.16%
B=38.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651832210.250.1700.13220.7145.1675.69
HexA5B7DD19110Ddd2d4c
Octal245267335312101533555114
Binary101001011011011111011101110011000101101110111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B7DD; }

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

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

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

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

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

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

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

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