Html Css Color HEX #ABA1DF Wistful

📋 copy color: '#ABA1DF'

red 171 ◦ green 161 ◦ blue 223

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

Shades of Wistful #ABA1DF

Tints of Wistful #ABA1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 30.81%
G = 29.01%
B = 40.18%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABA1DF (or 0xABA1DF) is known color: Wistful. HEX triplet: AB, A1 and DF. RGB value is (171,161,223). Sum of RGB (Red+Green+Blue) = 171+161+223=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1DF is #545E20. Grayscale: #AAAAAA. Windows color (decimal): -5529121 or 14655915. OLE color: 14655915.

HSL color Cylindrical-coordinate representation of color #ABA1DF: hue angle of 249.68º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA1DF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 161 223 -
CMYK 0.23 0.28 0 0.13
HSL 249.68º 0.49% 0.75% -
HSV(B) 249.68º 0.28% 0.87% -
XYZ 42.86 39.48 75.17 -
YUV 171.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 171 161 223 0.23 0.28 0 0.13 249.68 0.49 0.75
Hex AB A1 DF 17 1C 0 D FA 31 4B
Octal 253 241 337 27 34 0 15 372 61 113
Binary 10101011 10100001 11011111 10111 11100 0 1101 11111010 110001 1001011

Color Harmonies of #ABA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1DF

Black with #ABA1DF

Text Example


Text Example

White with #ABA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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