Html Css Color HEX #ABA4EC Wistful

📋 copy color: '#ABA4EC'

red 171 ◦ green 164 ◦ blue 236

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

Shades of Wistful #ABA4EC

Tints of Wistful #ABA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.72%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 29.95%
G = 28.72%
B = 41.33%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABA4EC (or 0xABA4EC) is known color: Wistful. HEX triplet: AB, A4 and EC. RGB value is (171,164,236). Sum of RGB (Red+Green+Blue) = 171+164+236=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4EC is #545B13. Grayscale: #AEAEAE. Windows color (decimal): -5528340 or 15508651. OLE color: 15508651.

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

Color convert

RGB 171 164 236 -
CMYK 0.28 0.31 0 0.07
HSL 245.83º 0.65% 0.78% -
HSV(B) 245.83º 0.31% 0.93% -
XYZ 45.21 41.26 84.94 -
YUV 174.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 171 164 236 0.28 0.31 0 0.07 245.83 0.65 0.78
Hex AB A4 EC 1C 1F 0 7 F6 41 4E
Octal 253 244 354 34 37 0 7 366 101 116
Binary 10101011 10100100 11101100 11100 11111 0 111 11110110 1000001 1001110

Color Harmonies of #ABA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4EC

Black with #ABA4EC

Text Example


Text Example

White with #ABA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4EC; }

 p { color: rgb(171,164,236); }

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

background-color css

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

 a { background-color: rgb(171,164,236); }

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

border-color css

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

 span { border-color: rgb(171,164,236); }

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