Html Css Color HEX #ABA1DC Wistful

📋 copy color: '#ABA1DC'

red 171 ◦ green 161 ◦ blue 220

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

Shades of Wistful #ABA1DC

Tints of Wistful #ABA1DC

RGB

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

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

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

R = 30.98%
G = 29.17%
B = 39.86%

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

#ABA1DC (or 0xABA1DC) is known color: Wistful. HEX triplet: AB, A1 and DC. RGB value is (171,161,220). Sum of RGB (Red+Green+Blue) = 171+161+220=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1DC is #545E23. Grayscale: #AAAAAA. Windows color (decimal): -5529124 or 14459307. OLE color: 14459307.

HSL color Cylindrical-coordinate representation of color #ABA1DC: hue angle of 250.17º 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 #ABA1DC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 161 220 -
CMYK 0.22 0.27 0 0.14
HSL 250.17º 0.46% 0.75% -
HSV(B) 250.17º 0.27% 0.86% -
XYZ 42.46 39.31 73.06 -
YUV 170.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 171 161 220 0.22 0.27 0 0.14 250.17 0.46 0.75
Hex AB A1 DC 16 1B 0 E FA 2E 4B
Octal 253 241 334 26 33 0 16 372 56 113
Binary 10101011 10100001 11011100 10110 11011 0 1110 11111010 101110 1001011

Color Harmonies of #ABA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1DC

Black with #ABA1DC

Text Example


Text Example

White with #ABA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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