Html Css Color HEX #AC50C5 Medium Orchid

📋 copy color: '#AC50C5'

red 172 ◦ green 80 ◦ blue 197

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

Shades of Medium Orchid #AC50C5

Tints of Medium Orchid #AC50C5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 38.31%
G = 17.82%
B = 43.88%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC50C5 (or 0xAC50C5) is known color: Medium Orchid. HEX triplet: AC, 50 and C5. RGB value is (172,80,197). Sum of RGB (Red+Green+Blue) = 172+80+197=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC50C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50C5 is #53AF3A. Grayscale: #787878. Windows color (decimal): -5484347 or 12931244. OLE color: 12931244.

HSL color Cylindrical-coordinate representation of color #AC50C5: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC50C5 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 80 197 -
CMYK 0.13 0.59 0 0.23
HSL 287.18º 0.5% 0.54% -
HSV(B) 287.18º 0.59% 0.77% -
XYZ 29.96 18.54 54.82 -
YUV 120.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 172 80 197 0.13 0.59 0 0.23 287.18 0.5 0.54
Hex AC 50 C5 D 3B 0 17 11F 32 36
Octal 254 120 305 15 73 0 27 437 62 66
Binary 10101100 1010000 11000101 1101 111011 0 10111 100011111 110010 110110

Color Harmonies of #AC50C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50C5

Black with #AC50C5

Text Example


Text Example

White with #AC50C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50C5; }

 p { color: rgb(172,80,197); }

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

background-color css

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

 a { background-color: rgb(172,80,197); }

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

border-color css

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

 span { border-color: rgb(172,80,197); }

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