Html Css Color HEX #AC80FD Medium Purple

📋 copy color: '#AC80FD'

red 172 ◦ green 128 ◦ blue 253

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

Shades of Medium Purple #AC80FD

Tints of Medium Purple #AC80FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 31.1%
G = 23.15%
B = 45.75%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC80FD (or 0xAC80FD) is known color: Medium Purple. HEX triplet: AC, 80 and FD. RGB value is (172,128,253). Sum of RGB (Red+Green+Blue) = 172+128+253=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80FD is #537F02. Grayscale: #9A9A9A. Windows color (decimal): -5472003 or 16613548. OLE color: 16613548.

HSL color Cylindrical-coordinate representation of color #AC80FD: hue angle of 261.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC80FD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 128 253 -
CMYK 0.32 0.49 0 0.01
HSL 261.12º 0.97% 0.75% -
HSV(B) 261.12º 0.49% 0.99% -
XYZ 42.46 31.3 96.73 -
YUV 155.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 172 128 253 0.32 0.49 0 0.01 261.12 0.97 0.75
Hex AC 80 FD 20 31 0 1 105 61 4B
Octal 254 200 375 40 61 0 1 405 141 113
Binary 10101100 10000000 11111101 100000 110001 0 1 100000101 1100001 1001011

Color Harmonies of #AC80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80FD

Black with #AC80FD

Text Example


Text Example

White with #AC80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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