#A5ABBE

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

Shades of Mischka #A5ABBE

Tints of Mischka #A5ABBE

Color information

#A5ABBE (or 0xA5ABBE) is unknown color: approx Mischka. HEX triplet: A5, AB and BE. RGB value is (165,171,190). Sum of RGB (Red+Green+Blue) = 165+171+190=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBE is #5A5441. Grayscale: #ABABAB. Windows color (decimal): -5919810 or 12495781. OLE color: 12495781.

HSL color Cylindrical-coordinate representation of color #A5ABBE: hue angle of 225.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5ABBE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165171190-
CMYK0.130.1000.25
HSL225.6º16.13%69.61%-
HSV(B)225.6º13.16%74.51%-
XYZ39.3740.8454.52-
YUV171.37138.51123.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=31.37%
G=32.51%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651711900.130.1000.25225.616.1369.61
HexA5ABBEDA019e21046
Octal245253276151203134220106
Binary1010010110101011101111101101101001100111100010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABBE; }

 p { color: rgb(165,171,190); }

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

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

 a { background-color: rgb(165,171,190); }

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

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

 span { border-color: rgb(165,171,190); }

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