Html Css Color HEX #ABA9C8 Wistful

📋 copy color: '#ABA9C8'

red 171 ◦ green 169 ◦ blue 200

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

Shades of Wistful #ABA9C8

Tints of Wistful #ABA9C8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 31.67%
G = 31.3%
B = 37.04%

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

#ABA9C8 (or 0xABA9C8) is known color: Wistful. HEX triplet: AB, A9 and C8. RGB value is (171,169,200). Sum of RGB (Red+Green+Blue) = 171+169+200=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #ABA9C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9C8 is #545637. Grayscale: #ADADAD. Windows color (decimal): -5527096 or 13150635. OLE color: 13150635.

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

Color convert

RGB 171 169 200 -
CMYK 0.14 0.16 0 0.22
HSL 243.87º 0.22% 0.72% -
HSV(B) 243.87º 0.16% 0.78% -
XYZ 41.41 41.2 60.41 -
YUV 173.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 171 169 200 0.14 0.16 0 0.22 243.87 0.22 0.72
Hex AB A9 C8 E 10 0 16 F4 16 48
Octal 253 251 310 16 20 0 26 364 26 110
Binary 10101011 10101001 11001000 1110 10000 0 10110 11110100 10110 1001000

Color Harmonies of #ABA9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9C8

Black with #ABA9C8

Text Example


Text Example

White with #ABA9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9C8; }

 p { color: rgb(171,169,200); }

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

background-color css

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

 a { background-color: rgb(171,169,200); }

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

border-color css

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

 span { border-color: rgb(171,169,200); }

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