Html Css Color HEX #ABA2E7 Wistful

📋 copy color: '#ABA2E7'

red 171 ◦ green 162 ◦ blue 231

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

Shades of Wistful #ABA2E7

Tints of Wistful #ABA2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.96%

R = 30.32%
G = 28.72%
B = 40.96%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABA2E7 (or 0xABA2E7) is known color: Wistful. HEX triplet: AB, A2 and E7. RGB value is (171,162,231). Sum of RGB (Red+Green+Blue) = 171+162+231=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABA2E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2E7 is #545D18. Grayscale: #ACACAC. Windows color (decimal): -5528857 or 15180459. OLE color: 15180459.

HSL color Cylindrical-coordinate representation of color #ABA2E7: hue angle of 247.83º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA2E7 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 162 231 -
CMYK 0.26 0.30 0 0.09
HSL 247.83º 0.59% 0.77% -
HSV(B) 247.83º 0.3% 0.91% -
XYZ 44.14 40.27 81.05 -
YUV 172.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 171 162 231 0.26 0.30 0 0.09 247.83 0.59 0.77
Hex AB A2 E7 1A 1E 0 9 F8 3B 4D
Octal 253 242 347 32 36 0 11 370 73 115
Binary 10101011 10100010 11100111 11010 11110 0 1001 11111000 111011 1001101

Color Harmonies of #ABA2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2E7

Black with #ABA2E7

Text Example


Text Example

White with #ABA2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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