#A8ABBA

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

Shades of Mischka #A8ABBA

Tints of Mischka #A8ABBA

Color information

#A8ABBA (or 0xA8ABBA) is unknown color: approx Mischka. HEX triplet: A8, AB and BA. RGB value is (168,171,186). Sum of RGB (Red+Green+Blue) = 168+171+186=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABBA is #575445. Grayscale: #ABABAB. Windows color (decimal): -5723206 or 12233640. OLE color: 12233640.

HSL color Cylindrical-coordinate representation of color #A8ABBA: hue angle of 230º 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 #A8ABBA is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168171186-
CMYK0.100.0800.27
HSL230º11.54%69.41%-
HSV(B)230º9.68%72.94%-
XYZ39.574152.28-
YUV171.81136.01125.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=32%
G=32.57%
B=35.43%

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
Decimal1681711860.100.0800.2723011.5469.41
HexA8ABBAA801Be6c45
Octal250253272121003334614105
Binary101010001010101110111010101010000110111110011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABBA; }

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

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

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

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

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

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

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

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