Html Css Color HEX #AB74E1 Medium Purple

📋 copy color: '#AB74E1'

red 171 ◦ green 116 ◦ blue 225

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

Shades of Medium Purple #AB74E1

Tints of Medium Purple #AB74E1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.66%

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

R = 33.4%
G = 22.66%
B = 43.95%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB74E1 (or 0xAB74E1) is known color: Medium Purple. HEX triplet: AB, 74 and E1. RGB value is (171,116,225). Sum of RGB (Red+Green+Blue) = 171+116+225=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB74E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74E1 is #548B1E. Grayscale: #909090. Windows color (decimal): -5540639 or 14775467. OLE color: 14775467.

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

Color convert

RGB 171 116 225 -
CMYK 0.24 0.48 0 0.12
HSL 270.28º 0.64% 0.67% -
HSV(B) 270.28º 0.48% 0.88% -
XYZ 36.63 26.58 74.43 -
YUV 144.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 171 116 225 0.24 0.48 0 0.12 270.28 0.64 0.67
Hex AB 74 E1 18 30 0 C 10E 40 43
Octal 253 164 341 30 60 0 14 416 100 103
Binary 10101011 1110100 11100001 11000 110000 0 1100 100001110 1000000 1000011

Color Harmonies of #AB74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74E1

Black with #AB74E1

Text Example


Text Example

White with #AB74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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