#A5AADD

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

Shades of Perano #A5AADD

Tints of Perano #A5AADD

Color information

#A5AADD (or 0xA5AADD) is unknown color: approx Perano. HEX triplet: A5, AA and DD. RGB value is (165,170,221). Sum of RGB (Red+Green+Blue) = 165+170+221=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AADD is #5A5522. Grayscale: #AEAEAE. Windows color (decimal): -5920035 or 14527141. OLE color: 14527141.

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

Color convert

RGB165170221-
CMYK0.250.2300.13
HSL234.64º45.16%75.69%-
HSV(B)234.64º25.34%86.67%-
XYZ42.9441.9774.24-
YUV174.32154.34121.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=29.68%
G=30.58%
B=39.75%

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
Decimal1651702210.250.2300.13234.6445.1675.69
HexA5AADD19170Deb2d4c
Octal245252335312701535355114
Binary101001011010101011011101110011011101101111010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AADD; }

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

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

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

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

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

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

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

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