Html Css Color HEX #ABA9DB Wistful

📋 copy color: '#ABA9DB'

red 171 ◦ green 169 ◦ blue 219

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

Shades of Wistful #ABA9DB

Tints of Wistful #ABA9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 30.59%
G = 30.23%
B = 39.18%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA9DB (or 0xABA9DB) is known color: Wistful. HEX triplet: AB, A9 and DB. RGB value is (171,169,219). Sum of RGB (Red+Green+Blue) = 171+169+219=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9DB is #545624. Grayscale: #AFAFAF. Windows color (decimal): -5527077 or 14395819. OLE color: 14395819.

HSL color Cylindrical-coordinate representation of color #ABA9DB: hue angle of 242.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA9DB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 169 219 -
CMYK 0.22 0.23 0 0.14
HSL 242.4º 0.41% 0.76% -
HSV(B) 242.4º 0.23% 0.86% -
XYZ 43.77 42.15 72.85 -
YUV 175.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 171 169 219 0.22 0.23 0 0.14 242.4 0.41 0.76
Hex AB A9 DB 16 17 0 E F2 29 4C
Octal 253 251 333 26 27 0 16 362 51 114
Binary 10101011 10101001 11011011 10110 10111 0 1110 11110010 101001 1001100

Color Harmonies of #ABA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9DB

Black with #ABA9DB

Text Example


Text Example

White with #ABA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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