Html Css Color HEX #ABA4DB Wistful

📋 copy color: '#ABA4DB'

red 171 ◦ green 164 ◦ blue 219

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

Shades of Wistful #ABA4DB

Tints of Wistful #ABA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.6%

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

R = 30.87%
G = 29.6%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA4DB (or 0xABA4DB) is known color: Wistful. HEX triplet: AB, A4 and DB. RGB value is (171,164,219). Sum of RGB (Red+Green+Blue) = 171+164+219=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4DB is #545B24. Grayscale: #ACACAC. Windows color (decimal): -5528357 or 14394539. OLE color: 14394539.

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

Color convert

RGB 171 164 219 -
CMYK 0.22 0.25 0 0.14
HSL 247.64º 0.43% 0.75% -
HSV(B) 247.64º 0.25% 0.86% -
XYZ 42.86 40.32 72.54 -
YUV 172.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 171 164 219 0.22 0.25 0 0.14 247.64 0.43 0.75
Hex AB A4 DB 16 19 0 E F8 2B 4B
Octal 253 244 333 26 31 0 16 370 53 113
Binary 10101011 10100100 11011011 10110 11001 0 1110 11111000 101011 1001011

Color Harmonies of #ABA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4DB

Black with #ABA4DB

Text Example


Text Example

White with #ABA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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