Html Css Color HEX #ABA0EC Wistful

📋 copy color: '#ABA0EC'

red 171 ◦ green 160 ◦ blue 236

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

Shades of Wistful #ABA0EC

Tints of Wistful #ABA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.22%

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 30.16%
G = 28.22%
B = 41.62%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA0EC (or 0xABA0EC) is known color: Wistful. HEX triplet: AB, A0 and EC. RGB value is (171,160,236). Sum of RGB (Red+Green+Blue) = 171+160+236=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0EC is #545F13. Grayscale: #ABABAB. Windows color (decimal): -5529364 or 15507627. OLE color: 15507627.

HSL color Cylindrical-coordinate representation of color #ABA0EC: hue angle of 248.68º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA0EC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 160 236 -
CMYK 0.28 0.32 0 0.07
HSL 248.68º 0.67% 0.78% -
HSV(B) 248.68º 0.32% 0.93% -
XYZ 44.51 39.86 84.7 -
YUV 171.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 171 160 236 0.28 0.32 0 0.07 248.68 0.67 0.78
Hex AB A0 EC 1C 20 0 7 F9 43 4E
Octal 253 240 354 34 40 0 7 371 103 116
Binary 10101011 10100000 11101100 11100 100000 0 111 11111001 1000011 1001110

Color Harmonies of #ABA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0EC

Black with #ABA0EC

Text Example


Text Example

White with #ABA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0EC; }

 p { color: rgb(171,160,236); }

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

background-color css

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

 a { background-color: rgb(171,160,236); }

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

border-color css

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

 span { border-color: rgb(171,160,236); }

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