Html Css Color HEX #ABAACC Wistful

📋 copy color: '#ABAACC'

red 171 ◦ green 170 ◦ blue 204

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

Shades of Wistful #ABAACC

Tints of Wistful #ABAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 31.38%
G = 31.19%
B = 37.43%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABAACC (or 0xABAACC) is known color: Wistful. HEX triplet: AB, AA and CC. RGB value is (171,170,204). Sum of RGB (Red+Green+Blue) = 171+170+204=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACC is #545533. Grayscale: #AEAEAE. Windows color (decimal): -5526836 or 13413035. OLE color: 13413035.

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

Color convert

RGB 171 170 204 -
CMYK 0.16 0.17 0 0.2
HSL 241.76º 0.25% 0.73% -
HSV(B) 241.76º 0.17% 0.8% -
XYZ 42.07 41.77 62.97 -
YUV 174.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 171 170 204 0.16 0.17 0 0.2 241.76 0.25 0.73
Hex AB AA CC 10 11 0 14 F2 19 49
Octal 253 252 314 20 21 0 24 362 31 111
Binary 10101011 10101010 11001100 10000 10001 0 10100 11110010 11001 1001001

Color Harmonies of #ABAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAACC

Black with #ABAACC

Text Example


Text Example

White with #ABAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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