#A7ABBA

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

Shades of Mischka #A7ABBA

Tints of Mischka #A7ABBA

Color information

#A7ABBA (or 0xA7ABBA) is unknown color: approx Mischka. HEX triplet: A7, AB and BA. RGB value is (167,171,186). Sum of RGB (Red+Green+Blue) = 167+171+186=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ABBA is #585445. Grayscale: #ABABAB. Windows color (decimal): -5788742 or 12233639. OLE color: 12233639.

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

Color convert

RGB167171186-
CMYK0.100.0800.27
HSL227.37º12.1%69.22%-
HSV(B)227.37º10.22%72.94%-
XYZ39.3640.8952.27-
YUV171.51136.17124.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=31.87%
G=32.63%
B=35.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671711860.100.0800.27227.3712.169.22
HexA7ABBAA801Be3c45
Octal247253272121003334314105
Binary101001111010101110111010101010000110111110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABBA; }

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

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

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

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

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

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

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

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