#A4AABE

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

Shades of Mischka #A4AABE

Tints of Mischka #A4AABE

Color information

#A4AABE (or 0xA4AABE) is unknown color: approx Mischka. HEX triplet: A4, AA and BE. RGB value is (164,170,190). Sum of RGB (Red+Green+Blue) = 164+170+190=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AABE is #5B5541. Grayscale: #AAAAAA. Windows color (decimal): -5985602 or 12495524. OLE color: 12495524.

HSL color Cylindrical-coordinate representation of color #A4AABE: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4AABE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164170190-
CMYK0.140.1100.25
HSL226.15º16.67%69.41%-
HSV(B)226.15º13.68%74.51%-
XYZ38.9840.3654.45-
YUV170.49139.01123.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=31.30%
G=32.44%
B=36.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641701900.140.1100.25226.1516.6769.41
HexA4AABEEB019e21145
Octal244252276161303134221105
Binary1010010010101010101111101110101101100111100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AABE; }

 p { color: rgb(164,170,190); }

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

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

 a { background-color: rgb(164,170,190); }

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

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

 span { border-color: rgb(164,170,190); }

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