Html Css Color HEX #AC75EC Medium Purple

📋 copy color: '#AC75EC'

red 172 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #AC75EC

Tints of Medium Purple #AC75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.29%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 32.76%
G = 22.29%
B = 44.95%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC75EC (or 0xAC75EC) is known color: Medium Purple. HEX triplet: AC, 75 and EC. RGB value is (172,117,236). Sum of RGB (Red+Green+Blue) = 172+117+236=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC75EC is #538A13. Grayscale: #929292. Windows color (decimal): -5474836 or 15496620. OLE color: 15496620.

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

Color convert

RGB 172 117 236 -
CMYK 0.27 0.50 0 0.07
HSL 267.73º 0.76% 0.69% -
HSV(B) 267.73º 0.5% 0.93% -
XYZ 38.51 27.55 82.64 -
YUV 147.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 172 117 236 0.27 0.50 0 0.07 267.73 0.76 0.69
Hex AC 75 EC 1B 32 0 7 10C 4C 45
Octal 254 165 354 33 62 0 7 414 114 105
Binary 10101100 1110101 11101100 11011 110010 0 111 100001100 1001100 1000101

Color Harmonies of #AC75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75EC

Black with #AC75EC

Text Example


Text Example

White with #AC75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75EC; }

 p { color: rgb(172,117,236); }

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

background-color css

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

 a { background-color: rgb(172,117,236); }

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

border-color css

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

 span { border-color: rgb(172,117,236); }

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