Html Css Color HEX #AC73E1 Medium Purple

📋 copy color: '#AC73E1'

red 172 ◦ green 115 ◦ blue 225

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

Shades of Medium Purple #AC73E1

Tints of Medium Purple #AC73E1

RGB

 RED value IS 172 (67.58% from 255) = 33.59%

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

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

R = 33.59%
G = 22.46%
B = 43.95%

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

#AC73E1 (or 0xAC73E1) is known color: Medium Purple. HEX triplet: AC, 73 and E1. RGB value is (172,115,225). Sum of RGB (Red+Green+Blue) = 172+115+225=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 115 (45.31% from 255 or 22.46% 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 #AC73E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73E1 is #538C1E. Grayscale: #909090. Windows color (decimal): -5475359 or 14775212. OLE color: 14775212.

HSL color Cylindrical-coordinate representation of color #AC73E1: hue angle of 271.09º 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 #AC73E1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 115 225 -
CMYK 0.24 0.49 0 0.12
HSL 271.09º 0.65% 0.67% -
HSV(B) 271.09º 0.49% 0.88% -
XYZ 36.73 26.47 74.41 -
YUV 144.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 172 115 225 0.24 0.49 0 0.12 271.09 0.65 0.67
Hex AC 73 E1 18 31 0 C 10F 41 43
Octal 254 163 341 30 61 0 14 417 101 103
Binary 10101100 1110011 11100001 11000 110001 0 1100 100001111 1000001 1000011

Color Harmonies of #AC73E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73E1

Black with #AC73E1

Text Example


Text Example

White with #AC73E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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