Html Css Color HEX #ABA2EE Wistful

📋 copy color: '#ABA2EE'

red 171 ◦ green 162 ◦ blue 238

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

Shades of Wistful #ABA2EE

Tints of Wistful #ABA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 29.95%
G = 28.37%
B = 41.68%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA2EE (or 0xABA2EE) is known color: Wistful. HEX triplet: AB, A2 and EE. RGB value is (171,162,238). Sum of RGB (Red+Green+Blue) = 171+162+238=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2EE is #545D11. Grayscale: #ADADAD. Windows color (decimal): -5528850 or 15639211. OLE color: 15639211.

HSL color Cylindrical-coordinate representation of color #ABA2EE: hue angle of 247.11º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA2EE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 162 238 -
CMYK 0.28 0.32 0 0.07
HSL 247.11º 0.69% 0.78% -
HSV(B) 247.11º 0.32% 0.93% -
XYZ 45.15 40.67 86.36 -
YUV 173.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 171 162 238 0.28 0.32 0 0.07 247.11 0.69 0.78
Hex AB A2 EE 1C 20 0 7 F7 45 4E
Octal 253 242 356 34 40 0 7 367 105 116
Binary 10101011 10100010 11101110 11100 100000 0 111 11110111 1000101 1001110

Color Harmonies of #ABA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2EE

Black with #ABA2EE

Text Example


Text Example

White with #ABA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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