Html Css Color HEX #A5ABB6 Mischka

📋 copy color: '#A5ABB6'

red 165 ◦ green 171 ◦ blue 182

#A5ABB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #A5ABB6

Tints of Mischka #A5ABB6

RGB

 RED value IS 165 (64.84% from 255) = 31.85%

 GREEN value IS 171 (67.19% from 255) = 33.01%

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 31.85%
G = 33.01%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A5ABB6 (or 0xA5ABB6) is known color: Mischka. HEX triplet: A5, AB and B6. RGB value is (165,171,182). Sum of RGB (Red+Green+Blue) = 165+171+182=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABB6 is #5A5449. Grayscale: #AAAAAA. Windows color (decimal): -5919818 or 11971493. OLE color: 11971493.

HSL color Cylindrical-coordinate representation of color #A5ABB6: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5ABB6 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 171 182 -
CMYK 0.09 0.06 0 0.29
HSL 218.82º 0.1% 0.68% -
HSV(B) 218.82º 0.09% 0.71% -
XYZ 38.52 40.5 50.04 -
YUV 170.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 165 171 182 0.09 0.06 0 0.29 218.82 0.1 0.68
Hex A5 AB B6 9 6 0 1D DB A 44
Octal 245 253 266 11 6 0 35 333 12 104
Binary 10100101 10101011 10110110 1001 110 0 11101 11011011 1010 1000100

Color Harmonies of #A5ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABB6

Black with #A5ABB6

Text Example


Text Example

White with #A5ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABB6; }

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

 H1.HeaderClassName
 {
   color: #A5ABB6;
 }
 .AnyTagClassName
 {
   color: #A5ABB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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