Html Css Color HEX #ABA0DF Wistful

📋 copy color: '#ABA0DF'

red 171 ◦ green 160 ◦ blue 223

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

Shades of Wistful #ABA0DF

Tints of Wistful #ABA0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.88%

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

R = 30.87%
G = 28.88%
B = 40.25%

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

#ABA0DF (or 0xABA0DF) is known color: Wistful. HEX triplet: AB, A0 and DF. RGB value is (171,160,223). Sum of RGB (Red+Green+Blue) = 171+160+223=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0DF is #545F20. Grayscale: #AAAAAA. Windows color (decimal): -5529377 or 14655659. OLE color: 14655659.

HSL color Cylindrical-coordinate representation of color #ABA0DF: hue angle of 250.48º degrees, saturation: 0.5, 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 #ABA0DF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 160 223 -
CMYK 0.23 0.28 0 0.13
HSL 250.48º 0.5% 0.75% -
HSV(B) 250.48º 0.28% 0.87% -
XYZ 42.68 39.13 75.11 -
YUV 170.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 171 160 223 0.23 0.28 0 0.13 250.48 0.5 0.75
Hex AB A0 DF 17 1C 0 D FA 32 4B
Octal 253 240 337 27 34 0 15 372 62 113
Binary 10101011 10100000 11011111 10111 11100 0 1101 11111010 110010 1001011

Color Harmonies of #ABA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0DF

Black with #ABA0DF

Text Example


Text Example

White with #ABA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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