Html Css Color HEX #ABA0E4 Wistful

📋 copy color: '#ABA0E4'

red 171 ◦ green 160 ◦ blue 228

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

Shades of Wistful #ABA0E4

Tints of Wistful #ABA0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.79%

R = 30.59%
G = 28.62%
B = 40.79%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABA0E4 (or 0xABA0E4) is known color: Wistful. HEX triplet: AB, A0 and E4. RGB value is (171,160,228). Sum of RGB (Red+Green+Blue) = 171+160+228=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABA0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0E4 is #545F1B. Grayscale: #AAAAAA. Windows color (decimal): -5529372 or 14983339. OLE color: 14983339.

HSL color Cylindrical-coordinate representation of color #ABA0E4: hue angle of 249.71º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA0E4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 160 228 -
CMYK 0.25 0.30 0 0.11
HSL 249.71º 0.56% 0.76% -
HSV(B) 249.71º 0.3% 0.89% -
XYZ 43.37 39.4 78.72 -
YUV 171.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 171 160 228 0.25 0.30 0 0.11 249.71 0.56 0.76
Hex AB A0 E4 19 1E 0 B FA 38 4C
Octal 253 240 344 31 36 0 13 372 70 114
Binary 10101011 10100000 11100100 11001 11110 0 1011 11111010 111000 1001100

Color Harmonies of #ABA0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0E4

Black with #ABA0E4

Text Example


Text Example

White with #ABA0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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