Html Css Color HEX #ABA0EA Wistful

📋 copy color: '#ABA0EA'

red 171 ◦ green 160 ◦ blue 234

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

Shades of Wistful #ABA0EA

Tints of Wistful #ABA0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 30.27%
G = 28.32%
B = 41.42%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABA0EA (or 0xABA0EA) is known color: Wistful. HEX triplet: AB, A0 and EA. RGB value is (171,160,234). Sum of RGB (Red+Green+Blue) = 171+160+234=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0EA is #545F15. Grayscale: #ABABAB. Windows color (decimal): -5529366 or 15376555. OLE color: 15376555.

HSL color Cylindrical-coordinate representation of color #ABA0EA: hue angle of 248.92º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA0EA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 160 234 -
CMYK 0.27 0.32 0 0.08
HSL 248.92º 0.64% 0.77% -
HSV(B) 248.92º 0.32% 0.92% -
XYZ 44.22 39.74 83.18 -
YUV 171.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 171 160 234 0.27 0.32 0 0.08 248.92 0.64 0.77
Hex AB A0 EA 1B 20 0 8 F9 40 4D
Octal 253 240 352 33 40 0 10 371 100 115
Binary 10101011 10100000 11101010 11011 100000 0 1000 11111001 1000000 1001101

Color Harmonies of #ABA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0EA

Black with #ABA0EA

Text Example


Text Example

White with #ABA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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