Html Css Color HEX #ABA9D1 Wistful

📋 copy color: '#ABA9D1'

red 171 ◦ green 169 ◦ blue 209

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

Shades of Wistful #ABA9D1

Tints of Wistful #ABA9D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 31.15%
G = 30.78%
B = 38.07%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA9D1 (or 0xABA9D1) is known color: Wistful. HEX triplet: AB, A9 and D1. RGB value is (171,169,209). Sum of RGB (Red+Green+Blue) = 171+169+209=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABA9D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9D1 is #54562E. Grayscale: #AEAEAE. Windows color (decimal): -5527087 or 13740459. OLE color: 13740459.

HSL color Cylindrical-coordinate representation of color #ABA9D1: hue angle of 243º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA9D1 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 169 209 -
CMYK 0.18 0.19 0 0.18
HSL 243º 0.3% 0.74% -
HSV(B) 243º 0.19% 0.82% -
XYZ 42.49 41.64 66.12 -
YUV 174.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 171 169 209 0.18 0.19 0 0.18 243 0.3 0.74
Hex AB A9 D1 12 13 0 12 F3 1E 4A
Octal 253 251 321 22 23 0 22 363 36 112
Binary 10101011 10101001 11010001 10010 10011 0 10010 11110011 11110 1001010

Color Harmonies of #ABA9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9D1

Black with #ABA9D1

Text Example


Text Example

White with #ABA9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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