Html Css Color HEX #ABA7DB Wistful

📋 copy color: '#ABA7DB'

red 171 ◦ green 167 ◦ blue 219

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

Shades of Wistful #ABA7DB

Tints of Wistful #ABA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.98%

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

R = 30.7%
G = 29.98%
B = 39.32%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA7DB (or 0xABA7DB) is known color: Wistful. HEX triplet: AB, A7 and DB. RGB value is (171,167,219). Sum of RGB (Red+Green+Blue) = 171+167+219=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7DB is #545824. Grayscale: #ADADAD. Windows color (decimal): -5527589 or 14395307. OLE color: 14395307.

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

Color convert

RGB 171 167 219 -
CMYK 0.22 0.24 0 0.14
HSL 244.62º 0.42% 0.76% -
HSV(B) 244.62º 0.24% 0.86% -
XYZ 43.4 41.41 72.72 -
YUV 174.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 171 167 219 0.22 0.24 0 0.14 244.62 0.42 0.76
Hex AB A7 DB 16 18 0 E F5 2A 4C
Octal 253 247 333 26 30 0 16 365 52 114
Binary 10101011 10100111 11011011 10110 11000 0 1110 11110101 101010 1001100

Color Harmonies of #ABA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7DB

Black with #ABA7DB

Text Example


Text Example

White with #ABA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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