Html Css Color HEX #ABA0D9 Wistful

📋 copy color: '#ABA0D9'

red 171 ◦ green 160 ◦ blue 217

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

Shades of Wistful #ABA0D9

Tints of Wistful #ABA0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 31.2%
G = 29.2%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABA0D9 (or 0xABA0D9) is known color: Wistful. HEX triplet: AB, A0 and D9. RGB value is (171,160,217). Sum of RGB (Red+Green+Blue) = 171+160+217=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABA0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0D9 is #545F26. Grayscale: #A9A9A9. Windows color (decimal): -5529383 or 14262443. OLE color: 14262443.

HSL color Cylindrical-coordinate representation of color #ABA0D9: hue angle of 251.58º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA0D9 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 160 217 -
CMYK 0.21 0.26 0 0.15
HSL 251.58º 0.43% 0.74% -
HSV(B) 251.58º 0.26% 0.85% -
XYZ 41.89 38.81 70.93 -
YUV 169.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 171 160 217 0.21 0.26 0 0.15 251.58 0.43 0.74
Hex AB A0 D9 15 1A 0 F FC 2B 4A
Octal 253 240 331 25 32 0 17 374 53 112
Binary 10101011 10100000 11011001 10101 11010 0 1111 11111100 101011 1001010

Color Harmonies of #ABA0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0D9

Black with #ABA0D9

Text Example


Text Example

White with #ABA0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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