#A3AABB

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

Shades of Mischka #A3AABB

Tints of Mischka #A3AABB

Color information

#A3AABB (or 0xA3AABB) is unknown color: approx Mischka. HEX triplet: A3, AA and BB. RGB value is (163,170,187). Sum of RGB (Red+Green+Blue) = 163+170+187=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AABB is #5C5544. Grayscale: #A9A9A9. Windows color (decimal): -6051141 or 12298915. OLE color: 12298915.

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

Color convert

RGB163170187-
CMYK0.130.0900.27
HSL222.5º15%68.63%-
HSV(B)222.5º12.83%73.33%-
XYZ38.4540.1252.73-
YUV169.84137.68123.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=31.35%
G=32.69%
B=35.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631701870.130.0900.27222.51568.63
HexA3AABBD901Bdef45
Octal243252273151103333617105
Binary101000111010101010111011110110010110111101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AABB; }

 p { color: rgb(163,170,187); }

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

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

 a { background-color: rgb(163,170,187); }

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

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

 span { border-color: rgb(163,170,187); }

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