Html Css Color HEX #AC77FE Medium Purple

📋 copy color: '#AC77FE'

red 172 ◦ green 119 ◦ blue 254

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

Shades of Medium Purple #AC77FE

Tints of Medium Purple #AC77FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 31.56%
G = 21.83%
B = 46.61%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC77FE (or 0xAC77FE) is known color: Medium Purple. HEX triplet: AC, 77 and FE. RGB value is (172,119,254). Sum of RGB (Red+Green+Blue) = 172+119+254=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC77FE is #538801. Grayscale: #959595. Windows color (decimal): -5474306 or 16676780. OLE color: 16676780.

HSL color Cylindrical-coordinate representation of color #AC77FE: hue angle of 263.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC77FE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 119 254 -
CMYK 0.32 0.53 0 0.00
HSL 263.56º 0.99% 0.73% -
HSV(B) 263.56º 0.53% 1% -
XYZ 41.5 29.12 97.2 -
YUV 150.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 172 119 254 0.32 0.53 0 0.00 263.56 0.99 0.73
Hex AC 77 FE 20 35 0 0 108 63 49
Octal 254 167 376 40 65 0 0 410 143 111
Binary 10101100 1110111 11111110 100000 110101 0 0 100001000 1100011 1001001

Color Harmonies of #AC77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77FE

Black with #AC77FE

Text Example


Text Example

White with #AC77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77FE; }

 p { color: rgb(172,119,254); }

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

background-color css

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

 a { background-color: rgb(172,119,254); }

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

border-color css

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

 span { border-color: rgb(172,119,254); }

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