#A5B5DD

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

Shades of Perano #A5B5DD

Tints of Perano #A5B5DD

Color information

#A5B5DD (or 0xA5B5DD) is unknown color: approx Perano. HEX triplet: A5, B5 and DD. RGB value is (165,181,221). Sum of RGB (Red+Green+Blue) = 165+181+221=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B5DD is #5A4A22. Grayscale: #B4B4B4. Windows color (decimal): -5917219 or 14529957. OLE color: 14529957.

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

Color convert

RGB165181221-
CMYK0.250.1800.13
HSL222.86º45.16%75.69%-
HSV(B)222.86º25.34%86.67%-
XYZ45.0946.2774.96-
YUV180.78150.7116.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.10%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=29.10%
G=31.92%
B=38.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651812210.250.1800.13222.8645.1675.69
HexA5B5DD19120Ddf2d4c
Octal245265335312201533755114
Binary101001011011010111011101110011001001101110111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5DD; }

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

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

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

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

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

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

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

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