Html Css Color HEX #ABA6C9 Wistful

📋 copy color: '#ABA6C9'

red 171 ◦ green 166 ◦ blue 201

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

Shades of Wistful #ABA6C9

Tints of Wistful #ABA6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 31.78%
G = 30.86%
B = 37.36%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA6C9 (or 0xABA6C9) is known color: Wistful. HEX triplet: AB, A6 and C9. RGB value is (171,166,201). Sum of RGB (Red+Green+Blue) = 171+166+201=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6C9 is #545936. Grayscale: #ABABAB. Windows color (decimal): -5527863 or 13215403. OLE color: 13215403.

HSL color Cylindrical-coordinate representation of color #ABA6C9: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA6C9 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 166 201 -
CMYK 0.15 0.17 0 0.21
HSL 248.57º 0.24% 0.72% -
HSV(B) 248.57º 0.17% 0.79% -
XYZ 40.97 40.15 60.85 -
YUV 171.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 171 166 201 0.15 0.17 0 0.21 248.57 0.24 0.72
Hex AB A6 C9 F 11 0 15 F9 18 48
Octal 253 246 311 17 21 0 25 371 30 110
Binary 10101011 10100110 11001001 1111 10001 0 10101 11111001 11000 1001000

Color Harmonies of #ABA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6C9

Black with #ABA6C9

Text Example


Text Example

White with #ABA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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