Html Css Color HEX #ABA8DD Wistful

📋 copy color: '#ABA8DD'

red 171 ◦ green 168 ◦ blue 221

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

Shades of Wistful #ABA8DD

Tints of Wistful #ABA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 30.54%
G = 30%
B = 39.46%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABA8DD (or 0xABA8DD) is known color: Wistful. HEX triplet: AB, A8 and DD. RGB value is (171,168,221). Sum of RGB (Red+Green+Blue) = 171+168+221=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DD is #545722. Grayscale: #AEAEAE. Windows color (decimal): -5527331 or 14526635. OLE color: 14526635.

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

Color convert

RGB 171 168 221 -
CMYK 0.23 0.24 0 0.13
HSL 243.4º 0.44% 0.76% -
HSV(B) 243.4º 0.24% 0.87% -
XYZ 43.85 41.88 74.18 -
YUV 174.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 171 168 221 0.23 0.24 0 0.13 243.4 0.44 0.76
Hex AB A8 DD 17 18 0 D F3 2C 4C
Octal 253 250 335 27 30 0 15 363 54 114
Binary 10101011 10101000 11011101 10111 11000 0 1101 11110011 101100 1001100

Color Harmonies of #ABA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8DD

Black with #ABA8DD

Text Example


Text Example

White with #ABA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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