Html Css Color HEX #AC76EA Medium Purple

📋 copy color: '#AC76EA'

red 172 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #AC76EA

Tints of Medium Purple #AC76EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.52%

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 32.82%
G = 22.52%
B = 44.66%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC76EA (or 0xAC76EA) is known color: Medium Purple. HEX triplet: AC, 76 and EA. RGB value is (172,118,234). Sum of RGB (Red+Green+Blue) = 172+118+234=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC76EA is #538915. Grayscale: #929292. Windows color (decimal): -5474582 or 15365804. OLE color: 15365804.

HSL color Cylindrical-coordinate representation of color #AC76EA: hue angle of 267.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC76EA is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 118 234 -
CMYK 0.26 0.50 0 0.08
HSL 267.93º 0.73% 0.69% -
HSV(B) 267.93º 0.5% 0.92% -
XYZ 38.34 27.67 81.16 -
YUV 147.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 172 118 234 0.26 0.50 0 0.08 267.93 0.73 0.69
Hex AC 76 EA 1A 32 0 8 10C 49 45
Octal 254 166 352 32 62 0 10 414 111 105
Binary 10101100 1110110 11101010 11010 110010 0 1000 100001100 1001001 1000101

Color Harmonies of #AC76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC76EA

Black with #AC76EA

Text Example


Text Example

White with #AC76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC76EA; }

 p { color: rgb(172,118,234); }

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

background-color css

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

 a { background-color: rgb(172,118,234); }

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

border-color css

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

 span { border-color: rgb(172,118,234); }

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