Html Css Color HEX #AC74ED Medium Purple

📋 copy color: '#AC74ED'

red 172 ◦ green 116 ◦ blue 237

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

Shades of Medium Purple #AC74ED

Tints of Medium Purple #AC74ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 32.76%
G = 22.1%
B = 45.14%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC74ED (or 0xAC74ED) is known color: Medium Purple. HEX triplet: AC, 74 and ED. RGB value is (172,116,237). Sum of RGB (Red+Green+Blue) = 172+116+237=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC74ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74ED is #538B12. Grayscale: #929292. Windows color (decimal): -5475091 or 15561900. OLE color: 15561900.

HSL color Cylindrical-coordinate representation of color #AC74ED: hue angle of 267.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC74ED is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 116 237 -
CMYK 0.27 0.51 0 0.07
HSL 267.77º 0.77% 0.69% -
HSV(B) 267.77º 0.51% 0.93% -
XYZ 38.54 27.38 83.37 -
YUV 146.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 172 116 237 0.27 0.51 0 0.07 267.77 0.77 0.69
Hex AC 74 ED 1B 33 0 7 10C 4D 45
Octal 254 164 355 33 63 0 7 414 115 105
Binary 10101100 1110100 11101101 11011 110011 0 111 100001100 1001101 1000101

Color Harmonies of #AC74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74ED

Black with #AC74ED

Text Example


Text Example

White with #AC74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74ED; }

 p { color: rgb(172,116,237); }

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

background-color css

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

 a { background-color: rgb(172,116,237); }

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

border-color css

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

 span { border-color: rgb(172,116,237); }

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