Html Css Color HEX #AC80EE Medium Purple

📋 copy color: '#AC80EE'

red 172 ◦ green 128 ◦ blue 238

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

Shades of Medium Purple #AC80EE

Tints of Medium Purple #AC80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 31.97%
G = 23.79%
B = 44.24%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC80EE (or 0xAC80EE) is known color: Medium Purple. HEX triplet: AC, 80 and EE. RGB value is (172,128,238). Sum of RGB (Red+Green+Blue) = 172+128+238=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80EE is #537F11. Grayscale: #999999. Windows color (decimal): -5472018 or 15630508. OLE color: 15630508.

HSL color Cylindrical-coordinate representation of color #AC80EE: hue angle of 264º degrees, saturation: 0.76, 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 #AC80EE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 128 238 -
CMYK 0.28 0.46 0 0.07
HSL 264º 0.76% 0.72% -
HSV(B) 264º 0.46% 0.93% -
XYZ 40.17 30.38 84.64 -
YUV 153.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 172 128 238 0.28 0.46 0 0.07 264 0.76 0.72
Hex AC 80 EE 1C 2E 0 7 108 4C 48
Octal 254 200 356 34 56 0 7 410 114 110
Binary 10101100 10000000 11101110 11100 101110 0 111 100001000 1001100 1001000

Color Harmonies of #AC80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80EE

Black with #AC80EE

Text Example


Text Example

White with #AC80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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