#A5ABBA

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

Shades of Mischka #A5ABBA

Tints of Mischka #A5ABBA

Color information

#A5ABBA (or 0xA5ABBA) is unknown color: approx Mischka. HEX triplet: A5, AB and BA. RGB value is (165,171,186). Sum of RGB (Red+Green+Blue) = 165+171+186=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBA is #5A5445. Grayscale: #AAAAAA. Windows color (decimal): -5919814 or 12233637. OLE color: 12233637.

HSL color Cylindrical-coordinate representation of color #A5ABBA: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5ABBA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165171186-
CMYK0.110.0800.27
HSL222.86º13.21%68.82%-
HSV(B)222.86º11.29%72.94%-
XYZ38.9440.6752.25-
YUV170.92136.51123.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=31.61%
G=32.76%
B=35.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651711860.110.0800.27222.8613.2168.82
HexA5ABBAB801Bdfd45
Octal245253272131003333715105
Binary101001011010101110111010101110000110111101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABBA; }

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

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

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

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

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

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

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

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