Html Css Color HEX #ABA1D1 Wistful

📋 copy color: '#ABA1D1'

red 171 ◦ green 161 ◦ blue 209

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

Shades of Wistful #ABA1D1

Tints of Wistful #ABA1D1

RGB

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

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

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

R = 31.61%
G = 29.76%
B = 38.63%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABA1D1 (or 0xABA1D1) is known color: Wistful. HEX triplet: AB, A1 and D1. RGB value is (171,161,209). Sum of RGB (Red+Green+Blue) = 171+161+209=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABA1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1D1 is #545E2E. Grayscale: #A9A9A9. Windows color (decimal): -5529135 or 13738411. OLE color: 13738411.

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

Color convert

RGB 171 161 209 -
CMYK 0.18 0.23 0 0.18
HSL 252.5º 0.34% 0.73% -
HSV(B) 252.5º 0.23% 0.82% -
XYZ 41.05 38.75 65.64 -
YUV 169.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 171 161 209 0.18 0.23 0 0.18 252.5 0.34 0.73
Hex AB A1 D1 12 17 0 12 FD 22 49
Octal 253 241 321 22 27 0 22 375 42 111
Binary 10101011 10100001 11010001 10010 10111 0 10010 11111101 100010 1001001

Color Harmonies of #ABA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1D1

Black with #ABA1D1

Text Example


Text Example

White with #ABA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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