Html Css Color HEX #ABA0DC Wistful

📋 copy color: '#ABA0DC'

red 171 ◦ green 160 ◦ blue 220

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

Shades of Wistful #ABA0DC

Tints of Wistful #ABA0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 31.03%
G = 29.04%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABA0DC (or 0xABA0DC) is known color: Wistful. HEX triplet: AB, A0 and DC. RGB value is (171,160,220). Sum of RGB (Red+Green+Blue) = 171+160+220=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0DC is #545F23. Grayscale: #A9A9A9. Windows color (decimal): -5529380 or 14459051. OLE color: 14459051.

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

Color convert

RGB 171 160 220 -
CMYK 0.22 0.27 0 0.14
HSL 251º 0.46% 0.75% -
HSV(B) 251º 0.27% 0.86% -
XYZ 42.28 38.97 73 -
YUV 170.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 171 160 220 0.22 0.27 0 0.14 251 0.46 0.75
Hex AB A0 DC 16 1B 0 E FB 2E 4B
Octal 253 240 334 26 33 0 16 373 56 113
Binary 10101011 10100000 11011100 10110 11011 0 1110 11111011 101110 1001011

Color Harmonies of #ABA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0DC

Black with #ABA0DC

Text Example


Text Example

White with #ABA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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