Html Css Color HEX #ABA2E4 Wistful

📋 copy color: '#ABA2E4'

red 171 ◦ green 162 ◦ blue 228

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

Shades of Wistful #ABA2E4

Tints of Wistful #ABA2E4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.88%

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

R = 30.48%
G = 28.88%
B = 40.64%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABA2E4 (or 0xABA2E4) is known color: Wistful. HEX triplet: AB, A2 and E4. RGB value is (171,162,228). Sum of RGB (Red+Green+Blue) = 171+162+228=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABA2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2E4 is #545D1B. Grayscale: #ABABAB. Windows color (decimal): -5528860 or 14983851. OLE color: 14983851.

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

Color convert

RGB 171 162 228 -
CMYK 0.25 0.29 0 0.11
HSL 248.18º 0.55% 0.76% -
HSV(B) 248.18º 0.29% 0.89% -
XYZ 43.72 40.1 78.83 -
YUV 172.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 171 162 228 0.25 0.29 0 0.11 248.18 0.55 0.76
Hex AB A2 E4 19 1D 0 B F8 37 4C
Octal 253 242 344 31 35 0 13 370 67 114
Binary 10101011 10100010 11100100 11001 11101 0 1011 11111000 110111 1001100

Color Harmonies of #ABA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2E4

Black with #ABA2E4

Text Example


Text Example

White with #ABA2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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