Html Css Color HEX #AC77FF Medium Purple

📋 copy color: '#AC77FF'

red 172 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #AC77FF

Tints of Medium Purple #AC77FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 31.5%
G = 21.79%
B = 46.7%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC77FF (or 0xAC77FF) is known color: Medium Purple. HEX triplet: AC, 77 and FF. RGB value is (172,119,255). Sum of RGB (Red+Green+Blue) = 172+119+255=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC77FF is #538800. Grayscale: #959595. Windows color (decimal): -5474305 or 16742316. OLE color: 16742316.

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

Color convert

RGB 172 119 255 -
CMYK 0.33 0.53 0 0
HSL 263.38º 1% 0.73% -
HSV(B) 263.38º 0.53% 1% -
XYZ 41.66 29.18 98.05 -
YUV 150.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 172 119 255 0.33 0.53 0 0 263.38 1 0.73
Hex AC 77 FF 21 35 0 0 107 64 49
Octal 254 167 377 41 65 0 0 407 144 111
Binary 10101100 1110111 11111111 100001 110101 0 0 100000111 1100100 1001001

Color Harmonies of #AC77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC77FF

Black with #AC77FF

Text Example


Text Example

White with #AC77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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