Html Css Color HEX #ABA1EF Wistful

📋 copy color: '#ABA1EF'

red 171 ◦ green 161 ◦ blue 239

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

Shades of Wistful #ABA1EF

Tints of Wistful #ABA1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.2%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 29.95%
G = 28.2%
B = 41.86%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABA1EF (or 0xABA1EF) is known color: Wistful. HEX triplet: AB, A1 and EF. RGB value is (171,161,239). Sum of RGB (Red+Green+Blue) = 171+161+239=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABA1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1EF is #545E10. Grayscale: #ACACAC. Windows color (decimal): -5529105 or 15704491. OLE color: 15704491.

HSL color Cylindrical-coordinate representation of color #ABA1EF: hue angle of 247.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA1EF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 161 239 -
CMYK 0.28 0.33 0 0.06
HSL 247.69º 0.71% 0.78% -
HSV(B) 247.69º 0.33% 0.94% -
XYZ 45.12 40.38 87.08 -
YUV 172.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 171 161 239 0.28 0.33 0 0.06 247.69 0.71 0.78
Hex AB A1 EF 1C 21 0 6 F8 47 4E
Octal 253 241 357 34 41 0 6 370 107 116
Binary 10101011 10100001 11101111 11100 100001 0 110 11111000 1000111 1001110

Color Harmonies of #ABA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1EF

Black with #ABA1EF

Text Example


Text Example

White with #ABA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1EF; }

 p { color: rgb(171,161,239); }

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

background-color css

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

 a { background-color: rgb(171,161,239); }

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

border-color css

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

 span { border-color: rgb(171,161,239); }

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