Html Css Color HEX #ABA0ED Wistful

📋 copy color: '#ABA0ED'

red 171 ◦ green 160 ◦ blue 237

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

Shades of Wistful #ABA0ED

Tints of Wistful #ABA0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 30.11%
G = 28.17%
B = 41.73%

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

#ABA0ED (or 0xABA0ED) is known color: Wistful. HEX triplet: AB, A0 and ED. RGB value is (171,160,237). Sum of RGB (Red+Green+Blue) = 171+160+237=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0ED is #545F12. Grayscale: #ABABAB. Windows color (decimal): -5529363 or 15573163. OLE color: 15573163.

HSL color Cylindrical-coordinate representation of color #ABA0ED: hue angle of 248.57º degrees, saturation: 0.68, 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 #ABA0ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 160 237 -
CMYK 0.28 0.32 0 0.07
HSL 248.57º 0.68% 0.78% -
HSV(B) 248.57º 0.32% 0.93% -
XYZ 44.65 39.91 85.47 -
YUV 172.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 171 160 237 0.28 0.32 0 0.07 248.57 0.68 0.78
Hex AB A0 ED 1C 20 0 7 F9 44 4E
Octal 253 240 355 34 40 0 7 371 104 116
Binary 10101011 10100000 11101101 11100 100000 0 111 11111001 1000100 1001110

Color Harmonies of #ABA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0ED

Black with #ABA0ED

Text Example


Text Example

White with #ABA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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