Html Css Color HEX #ABAACB Wistful

📋 copy color: '#ABAACB'

red 171 ◦ green 170 ◦ blue 203

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

Shades of Wistful #ABAACB

Tints of Wistful #ABAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 31.43%
G = 31.25%
B = 37.32%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABAACB (or 0xABAACB) is known color: Wistful. HEX triplet: AB, AA and CB. RGB value is (171,170,203). Sum of RGB (Red+Green+Blue) = 171+170+203=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACB is #545534. Grayscale: #ADADAD. Windows color (decimal): -5526837 or 13347499. OLE color: 13347499.

HSL color Cylindrical-coordinate representation of color #ABAACB: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAACB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 170 203 -
CMYK 0.16 0.16 0 0.20
HSL 241.82º 0.24% 0.73% -
HSV(B) 241.82º 0.16% 0.8% -
XYZ 41.95 41.72 62.34 -
YUV 174.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 171 170 203 0.16 0.16 0 0.20 241.82 0.24 0.73
Hex AB AA CB 10 10 0 14 F2 18 49
Octal 253 252 313 20 20 0 24 362 30 111
Binary 10101011 10101010 11001011 10000 10000 0 10100 11110010 11000 1001001

Color Harmonies of #ABAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAACB

Black with #ABAACB

Text Example


Text Example

White with #ABAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAACB; }

 p { color: rgb(171,170,203); }

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

background-color css

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

 a { background-color: rgb(171,170,203); }

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

border-color css

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

 span { border-color: rgb(171,170,203); }

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