Html Css Color HEX #AC80ED Medium Purple

📋 copy color: '#AC80ED'

red 172 ◦ green 128 ◦ blue 237

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

Shades of Medium Purple #AC80ED

Tints of Medium Purple #AC80ED

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.84%

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

R = 32.03%
G = 23.84%
B = 44.13%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC80ED (or 0xAC80ED) is known color: Medium Purple. HEX triplet: AC, 80 and ED. RGB value is (172,128,237). Sum of RGB (Red+Green+Blue) = 172+128+237=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC80ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80ED is #537F12. Grayscale: #999999. Windows color (decimal): -5472019 or 15564972. OLE color: 15564972.

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

Color convert

RGB 172 128 237 -
CMYK 0.27 0.46 0 0.07
HSL 264.22º 0.75% 0.72% -
HSV(B) 264.22º 0.46% 0.93% -
XYZ 40.02 30.32 83.86 -
YUV 153.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 172 128 237 0.27 0.46 0 0.07 264.22 0.75 0.72
Hex AC 80 ED 1B 2E 0 7 108 4B 48
Octal 254 200 355 33 56 0 7 410 113 110
Binary 10101100 10000000 11101101 11011 101110 0 111 100001000 1001011 1001000

Color Harmonies of #AC80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80ED

Black with #AC80ED

Text Example


Text Example

White with #AC80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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