Html Css Color HEX #ABA2E5 Wistful

📋 copy color: '#ABA2E5'

red 171 ◦ green 162 ◦ blue 229

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

Shades of Wistful #ABA2E5

Tints of Wistful #ABA2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 30.43%
G = 28.83%
B = 40.75%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABA2E5 (or 0xABA2E5) is known color: Wistful. HEX triplet: AB, A2 and E5. RGB value is (171,162,229). Sum of RGB (Red+Green+Blue) = 171+162+229=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABA2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2E5 is #545D1A. Grayscale: #ACACAC. Windows color (decimal): -5528859 or 15049387. OLE color: 15049387.

HSL color Cylindrical-coordinate representation of color #ABA2E5: hue angle of 248.06º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA2E5 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 162 229 -
CMYK 0.25 0.29 0 0.10
HSL 248.06º 0.56% 0.77% -
HSV(B) 248.06º 0.29% 0.9% -
XYZ 43.86 40.16 79.57 -
YUV 172.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 171 162 229 0.25 0.29 0 0.10 248.06 0.56 0.77
Hex AB A2 E5 19 1D 0 A F8 38 4D
Octal 253 242 345 31 35 0 12 370 70 115
Binary 10101011 10100010 11100101 11001 11101 0 1010 11111000 111000 1001101

Color Harmonies of #ABA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2E5

Black with #ABA2E5

Text Example


Text Example

White with #ABA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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