Html Css Color HEX #ABA6E1 Wistful

📋 copy color: '#ABA6E1'

red 171 ◦ green 166 ◦ blue 225

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

Shades of Wistful #ABA6E1

Tints of Wistful #ABA6E1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 30.43%
G = 29.54%
B = 40.04%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABA6E1 (or 0xABA6E1) is known color: Wistful. HEX triplet: AB, A6 and E1. RGB value is (171,166,225). Sum of RGB (Red+Green+Blue) = 171+166+225=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABA6E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6E1 is #54591E. Grayscale: #ADADAD. Windows color (decimal): -5527839 or 14788267. OLE color: 14788267.

HSL color Cylindrical-coordinate representation of color #ABA6E1: hue angle of 245.08º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA6E1 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 166 225 -
CMYK 0.24 0.26 0 0.12
HSL 245.08º 0.5% 0.77% -
HSV(B) 245.08º 0.26% 0.88% -
XYZ 44.02 41.37 76.9 -
YUV 174.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 171 166 225 0.24 0.26 0 0.12 245.08 0.5 0.77
Hex AB A6 E1 18 1A 0 C F5 32 4D
Octal 253 246 341 30 32 0 14 365 62 115
Binary 10101011 10100110 11100001 11000 11010 0 1100 11110101 110010 1001101

Color Harmonies of #ABA6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6E1

Black with #ABA6E1

Text Example


Text Example

White with #ABA6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6E1; }

 p { color: rgb(171,166,225); }

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

background-color css

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

 a { background-color: rgb(171,166,225); }

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

border-color css

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

 span { border-color: rgb(171,166,225); }

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