Html Css Color HEX #ABA6C6 Wistful

📋 copy color: '#ABA6C6'

red 171 ◦ green 166 ◦ blue 198

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

Shades of Wistful #ABA6C6

Tints of Wistful #ABA6C6

RGB

 RED value IS 171 (67.19% from 255) = 31.96%

 GREEN value IS 166 (65.23% from 255) = 31.03%

 BLUE value IS 198 (77.73% from 255) = 37.01%

R = 31.96%
G = 31.03%
B = 37.01%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ABA6C6 (or 0xABA6C6) is known color: Wistful. HEX triplet: AB, A6 and C6. RGB value is (171,166,198). Sum of RGB (Red+Green+Blue) = 171+166+198=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6C6 is #545939. Grayscale: #ABABAB. Windows color (decimal): -5527866 or 13018795. OLE color: 13018795.

HSL color Cylindrical-coordinate representation of color #ABA6C6: hue angle of 249.38º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA6C6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 166 198 -
CMYK 0.14 0.16 0 0.22
HSL 249.38º 0.22% 0.71% -
HSV(B) 249.38º 0.16% 0.78% -
XYZ 40.62 40.01 59.01 -
YUV 171.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 171 166 198 0.14 0.16 0 0.22 249.38 0.22 0.71
Hex AB A6 C6 E 10 0 16 F9 16 47
Octal 253 246 306 16 20 0 26 371 26 107
Binary 10101011 10100110 11000110 1110 10000 0 10110 11111001 10110 1000111

Color Harmonies of #ABA6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6C6

Black with #ABA6C6

Text Example


Text Example

White with #ABA6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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