#A5AABD

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

Shades of Mischka #A5AABD

Tints of Mischka #A5AABD

Color information

#A5AABD (or 0xA5AABD) is unknown color: approx Mischka. HEX triplet: A5, AA and BD. RGB value is (165,170,189). Sum of RGB (Red+Green+Blue) = 165+170+189=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABD is #5A5542. Grayscale: #AAAAAA. Windows color (decimal): -5920067 or 12429989. OLE color: 12429989.

HSL color Cylindrical-coordinate representation of color #A5AABD: hue angle of 227.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AABD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165170189-
CMYK0.130.1000.26
HSL227.5º15.38%69.41%-
HSV(B)227.5º12.7%74.12%-
XYZ39.0840.4253.89-
YUV170.67138.34123.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=31.49%
G=32.44%
B=36.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651701890.130.1000.26227.515.3869.41
HexA5AABDDA01Ae4f45
Octal245252275151203234417105
Binary101001011010101010111101110110100110101110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AABD; }

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

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

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

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

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

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

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

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