Html Css Color HEX #ABA6E8 Wistful

📋 copy color: '#ABA6E8'

red 171 ◦ green 166 ◦ blue 232

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

Shades of Wistful #ABA6E8

Tints of Wistful #ABA6E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.77%

R = 30.05%
G = 29.17%
B = 40.77%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABA6E8 (or 0xABA6E8) is known color: Wistful. HEX triplet: AB, A6 and E8. RGB value is (171,166,232). Sum of RGB (Red+Green+Blue) = 171+166+232=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABA6E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6E8 is #545917. Grayscale: #AEAEAE. Windows color (decimal): -5527832 or 15247019. OLE color: 15247019.

HSL color Cylindrical-coordinate representation of color #ABA6E8: hue angle of 244.55º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA6E8 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 166 232 -
CMYK 0.26 0.28 0 0.09
HSL 244.55º 0.59% 0.78% -
HSV(B) 244.55º 0.28% 0.91% -
XYZ 45 41.76 82.03 -
YUV 175.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 171 166 232 0.26 0.28 0 0.09 244.55 0.59 0.78
Hex AB A6 E8 1A 1C 0 9 F5 3B 4E
Octal 253 246 350 32 34 0 11 365 73 116
Binary 10101011 10100110 11101000 11010 11100 0 1001 11110101 111011 1001110

Color Harmonies of #ABA6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6E8

Black with #ABA6E8

Text Example


Text Example

White with #ABA6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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