Html Css Color HEX #ABA6C0 Wistful

📋 copy color: '#ABA6C0'

red 171 ◦ green 166 ◦ blue 192

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

Shades of Wistful #ABA6C0

Tints of Wistful #ABA6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 32.33%
G = 31.38%
B = 36.29%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABA6C0 (or 0xABA6C0) is known color: Wistful. HEX triplet: AB, A6 and C0. RGB value is (171,166,192). Sum of RGB (Red+Green+Blue) = 171+166+192=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABA6C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6C0 is #54593F. Grayscale: #AAAAAA. Windows color (decimal): -5527872 or 12625579. OLE color: 12625579.

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

Color convert

RGB 171 166 192 -
CMYK 0.11 0.14 0 0.25
HSL 251.54º 0.17% 0.7% -
HSV(B) 251.54º 0.14% 0.75% -
XYZ 39.95 39.74 55.43 -
YUV 170.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 171 166 192 0.11 0.14 0 0.25 251.54 0.17 0.7
Hex AB A6 C0 B E 0 19 FC 11 46
Octal 253 246 300 13 16 0 31 374 21 106
Binary 10101011 10100110 11000000 1011 1110 0 11001 11111100 10001 1000110

Color Harmonies of #ABA6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6C0

Black with #ABA6C0

Text Example


Text Example

White with #ABA6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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