Html Css Color HEX #A6ABBE Mischka

📋 copy color: '#A6ABBE'

red 166 ◦ green 171 ◦ blue 190

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

Shades of Mischka #A6ABBE

Tints of Mischka #A6ABBE

RGB

 RED value IS 166 (65.23% from 255) = 31.5%

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 31.5%
G = 32.45%
B = 36.05%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6ABBE (or 0xA6ABBE) is known color: Mischka. HEX triplet: A6, AB and BE. RGB value is (166,171,190). Sum of RGB (Red+Green+Blue) = 166+171+190=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABBE is #595441. Grayscale: #ABABAB. Windows color (decimal): -5854274 or 12495782. OLE color: 12495782.

HSL color Cylindrical-coordinate representation of color #A6ABBE: hue angle of 227.5º 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 #A6ABBE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 171 190 -
CMYK 0.13 0.10 0 0.25
HSL 227.5º 0.16% 0.7% -
HSV(B) 227.5º 0.13% 0.75% -
XYZ 39.58 40.95 54.53 -
YUV 171.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 166 171 190 0.13 0.10 0 0.25 227.5 0.16 0.7
Hex A6 AB BE D A 0 19 E4 10 46
Octal 246 253 276 15 12 0 31 344 20 106
Binary 10100110 10101011 10111110 1101 1010 0 11001 11100100 10000 1000110

Color Harmonies of #A6ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABBE

Black with #A6ABBE

Text Example


Text Example

White with #A6ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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