#A4ABBA

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

Shades of Mischka #A4ABBA

Tints of Mischka #A4ABBA

Color information

#A4ABBA (or 0xA4ABBA) is unknown color: approx Mischka. HEX triplet: A4, AB and BA. RGB value is (164,171,186). Sum of RGB (Red+Green+Blue) = 164+171+186=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABBA is #5B5445. Grayscale: #AAAAAA. Windows color (decimal): -5985350 or 12233636. OLE color: 12233636.

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

Color convert

RGB164171186-
CMYK0.120.0800.27
HSL220.91º13.75%68.63%-
HSV(B)220.91º11.83%72.94%-
XYZ38.7440.5652.24-
YUV170.62136.68123.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=31.48%
G=32.82%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641711860.120.0800.27220.9113.7568.63
HexA4ABBAC801Bdde45
Octal244253272141003333516105
Binary101001001010101110111010110010000110111101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABBA; }

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

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

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

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

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

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

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

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