Html Css Color HEX #ABA2E2 Wistful

📋 copy color: '#ABA2E2'

red 171 ◦ green 162 ◦ blue 226

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

Shades of Wistful #ABA2E2

Tints of Wistful #ABA2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.43%

R = 30.59%
G = 28.98%
B = 40.43%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABA2E2 (or 0xABA2E2) is known color: Wistful. HEX triplet: AB, A2 and E2. RGB value is (171,162,226). Sum of RGB (Red+Green+Blue) = 171+162+226=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABA2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2E2 is #545D1D. Grayscale: #ABABAB. Windows color (decimal): -5528862 or 14852779. OLE color: 14852779.

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

Color convert

RGB 171 162 226 -
CMYK 0.24 0.28 0 0.11
HSL 248.44º 0.52% 0.76% -
HSV(B) 248.44º 0.28% 0.89% -
XYZ 43.44 39.99 77.38 -
YUV 171.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 171 162 226 0.24 0.28 0 0.11 248.44 0.52 0.76
Hex AB A2 E2 18 1C 0 B F8 34 4C
Octal 253 242 342 30 34 0 13 370 64 114
Binary 10101011 10100010 11100010 11000 11100 0 1011 11111000 110100 1001100

Color Harmonies of #ABA2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2E2

Black with #ABA2E2

Text Example


Text Example

White with #ABA2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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