Html Css Color HEX #ABA6E5 Wistful

📋 copy color: '#ABA6E5'

red 171 ◦ green 166 ◦ blue 229

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

Shades of Wistful #ABA6E5

Tints of Wistful #ABA6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.46%

R = 30.21%
G = 29.33%
B = 40.46%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABA6E5 (or 0xABA6E5) is known color: Wistful. HEX triplet: AB, A6 and E5. RGB value is (171,166,229). Sum of RGB (Red+Green+Blue) = 171+166+229=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABA6E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6E5 is #54591A. Grayscale: #AEAEAE. Windows color (decimal): -5527835 or 15050411. OLE color: 15050411.

HSL color Cylindrical-coordinate representation of color #ABA6E5: hue angle of 244.76º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA6E5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 166 229 -
CMYK 0.25 0.28 0 0.10
HSL 244.76º 0.55% 0.77% -
HSV(B) 244.76º 0.28% 0.9% -
XYZ 44.57 41.59 79.81 -
YUV 174.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 171 166 229 0.25 0.28 0 0.10 244.76 0.55 0.77
Hex AB A6 E5 19 1C 0 A F5 37 4D
Octal 253 246 345 31 34 0 12 365 67 115
Binary 10101011 10100110 11100101 11001 11100 0 1010 11110101 110111 1001101

Color Harmonies of #ABA6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6E5

Black with #ABA6E5

Text Example


Text Example

White with #ABA6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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