Html Css Color HEX #AB73E1 Medium Purple

📋 copy color: '#AB73E1'

red 171 ◦ green 115 ◦ blue 225

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

Shades of Medium Purple #AB73E1

Tints of Medium Purple #AB73E1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.5%

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 33.46%
G = 22.5%
B = 44.03%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB73E1 (or 0xAB73E1) is known color: Medium Purple. HEX triplet: AB, 73 and E1. RGB value is (171,115,225). Sum of RGB (Red+Green+Blue) = 171+115+225=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB73E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73E1 is #548C1E. Grayscale: #8F8F8F. Windows color (decimal): -5540895 or 14775211. OLE color: 14775211.

HSL color Cylindrical-coordinate representation of color #AB73E1: hue angle of 270.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB73E1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 115 225 -
CMYK 0.24 0.49 0 0.12
HSL 270.55º 0.65% 0.67% -
HSV(B) 270.55º 0.49% 0.88% -
XYZ 36.52 26.36 74.4 -
YUV 144.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 171 115 225 0.24 0.49 0 0.12 270.55 0.65 0.67
Hex AB 73 E1 18 31 0 C 10F 41 43
Octal 253 163 341 30 61 0 14 417 101 103
Binary 10101011 1110011 11100001 11000 110001 0 1100 100001111 1000001 1000011

Color Harmonies of #AB73E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73E1

Black with #AB73E1

Text Example


Text Example

White with #AB73E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73E1; }

 p { color: rgb(171,115,225); }

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

background-color css

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

 a { background-color: rgb(171,115,225); }

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

border-color css

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

 span { border-color: rgb(171,115,225); }

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