Html Css Color HEX #AB7EF5 Medium Purple

📋 copy color: '#AB7EF5'

red 171 ◦ green 126 ◦ blue 245

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

Shades of Medium Purple #AB7EF5

Tints of Medium Purple #AB7EF5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.25%

 BLUE value IS 245 (96.09% from 255) = 45.2%

R = 31.55%
G = 23.25%
B = 45.2%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB7EF5 (or 0xAB7EF5) is known color: Medium Purple. HEX triplet: AB, 7E and F5. RGB value is (171,126,245). Sum of RGB (Red+Green+Blue) = 171+126+245=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB7EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EF5 is #54810A. Grayscale: #989898. Windows color (decimal): -5538059 or 16088747. OLE color: 16088747.

HSL color Cylindrical-coordinate representation of color #AB7EF5: hue angle of 262.69º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7EF5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 126 245 -
CMYK 0.30 0.49 0 0.04
HSL 262.69º 0.86% 0.73% -
HSV(B) 262.69º 0.49% 0.96% -
XYZ 40.74 30.17 90.06 -
YUV 153.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 171 126 245 0.30 0.49 0 0.04 262.69 0.86 0.73
Hex AB 7E F5 1E 31 0 4 107 56 49
Octal 253 176 365 36 61 0 4 407 126 111
Binary 10101011 1111110 11110101 11110 110001 0 100 100000111 1010110 1001001

Color Harmonies of #AB7EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EF5

Black with #AB7EF5

Text Example


Text Example

White with #AB7EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EF5; }

 p { color: rgb(171,126,245); }

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

background-color css

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

 a { background-color: rgb(171,126,245); }

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

border-color css

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

 span { border-color: rgb(171,126,245); }

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