#A5ABBB

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

Shades of Mischka #A5ABBB

Tints of Mischka #A5ABBB

Color information

#A5ABBB (or 0xA5ABBB) is unknown color: approx Mischka. HEX triplet: A5, AB and BB. RGB value is (165,171,187). Sum of RGB (Red+Green+Blue) = 165+171+187=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBB is #5A5444. Grayscale: #AAAAAA. Windows color (decimal): -5919813 or 12299173. OLE color: 12299173.

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

Color convert

RGB165171187-
CMYK0.120.0900.27
HSL223.64º13.92%69.02%-
HSV(B)223.64º11.76%73.33%-
XYZ39.0540.7152.81-
YUV171.03137.01123.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=31.55%
G=32.70%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651711870.120.0900.27223.6413.9269.02
HexA5ABBBC901Be0e45
Octal245253273141103334016105
Binary101001011010101110111011110010010110111110000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABBB; }

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

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

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

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

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

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

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

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