Html Css Color HEX #AC80EF Medium Purple

📋 copy color: '#AC80EF'

red 172 ◦ green 128 ◦ blue 239

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

Shades of Medium Purple #AC80EF

Tints of Medium Purple #AC80EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 31.91%
G = 23.75%
B = 44.34%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC80EF (or 0xAC80EF) is known color: Medium Purple. HEX triplet: AC, 80 and EF. RGB value is (172,128,239). Sum of RGB (Red+Green+Blue) = 172+128+239=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80EF is #537F10. Grayscale: #999999. Windows color (decimal): -5472017 or 15696044. OLE color: 15696044.

HSL color Cylindrical-coordinate representation of color #AC80EF: hue angle of 263.78º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC80EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 128 239 -
CMYK 0.28 0.46 0 0.06
HSL 263.78º 0.78% 0.72% -
HSV(B) 263.78º 0.46% 0.94% -
XYZ 40.31 30.44 85.41 -
YUV 153.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 172 128 239 0.28 0.46 0 0.06 263.78 0.78 0.72
Hex AC 80 EF 1C 2E 0 6 108 4E 48
Octal 254 200 357 34 56 0 6 410 116 110
Binary 10101100 10000000 11101111 11100 101110 0 110 100001000 1001110 1001000

Color Harmonies of #AC80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80EF

Black with #AC80EF

Text Example


Text Example

White with #AC80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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