Html Css Color HEX #ABA1DD Wistful

📋 copy color: '#ABA1DD'

red 171 ◦ green 161 ◦ blue 221

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

Shades of Wistful #ABA1DD

Tints of Wistful #ABA1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 30.92%
G = 29.11%
B = 39.96%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABA1DD (or 0xABA1DD) is known color: Wistful. HEX triplet: AB, A1 and DD. RGB value is (171,161,221). Sum of RGB (Red+Green+Blue) = 171+161+221=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1DD is #545E22. Grayscale: #AAAAAA. Windows color (decimal): -5529123 or 14524843. OLE color: 14524843.

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

Color convert

RGB 171 161 221 -
CMYK 0.23 0.27 0 0.13
HSL 250º 0.47% 0.75% -
HSV(B) 250º 0.27% 0.87% -
XYZ 42.59 39.37 73.76 -
YUV 170.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 171 161 221 0.23 0.27 0 0.13 250 0.47 0.75
Hex AB A1 DD 17 1B 0 D FA 2F 4B
Octal 253 241 335 27 33 0 15 372 57 113
Binary 10101011 10100001 11011101 10111 11011 0 1101 11111010 101111 1001011

Color Harmonies of #ABA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1DD

Black with #ABA1DD

Text Example


Text Example

White with #ABA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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