Html Css Color HEX #ABA1DB Wistful

📋 copy color: '#ABA1DB'

red 171 ◦ green 161 ◦ blue 219

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

Shades of Wistful #ABA1DB

Tints of Wistful #ABA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.22%

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

R = 31.03%
G = 29.22%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA1DB (or 0xABA1DB) is known color: Wistful. HEX triplet: AB, A1 and DB. RGB value is (171,161,219). Sum of RGB (Red+Green+Blue) = 171+161+219=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1DB is #545E24. Grayscale: #AAAAAA. Windows color (decimal): -5529125 or 14393771. OLE color: 14393771.

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

Color convert

RGB 171 161 219 -
CMYK 0.22 0.26 0 0.14
HSL 250.34º 0.45% 0.75% -
HSV(B) 250.34º 0.26% 0.86% -
XYZ 42.33 39.26 72.37 -
YUV 170.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 171 161 219 0.22 0.26 0 0.14 250.34 0.45 0.75
Hex AB A1 DB 16 1A 0 E FA 2D 4B
Octal 253 241 333 26 32 0 16 372 55 113
Binary 10101011 10100001 11011011 10110 11010 0 1110 11111010 101101 1001011

Color Harmonies of #ABA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1DB

Black with #ABA1DB

Text Example


Text Example

White with #ABA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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