Html Css Color HEX #AC50D8 Medium Orchid

📋 copy color: '#AC50D8'

red 172 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #AC50D8

Tints of Medium Orchid #AC50D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 36.75%
G = 17.09%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC50D8 (or 0xAC50D8) is known color: Medium Orchid. HEX triplet: AC, 50 and D8. RGB value is (172,80,216). Sum of RGB (Red+Green+Blue) = 172+80+216=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC50D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50D8 is #53AF27. Grayscale: #7A7A7A. Windows color (decimal): -5484328 or 14176428. OLE color: 14176428.

HSL color Cylindrical-coordinate representation of color #AC50D8: hue angle of 280.59º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC50D8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 80 216 -
CMYK 0.20 0.63 0 0.15
HSL 280.59º 0.64% 0.58% -
HSV(B) 280.59º 0.63% 0.85% -
XYZ 32.28 19.47 67.02 -
YUV 123.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 172 80 216 0.20 0.63 0 0.15 280.59 0.64 0.58
Hex AC 50 D8 14 3F 0 F 119 40 3A
Octal 254 120 330 24 77 0 17 431 100 72
Binary 10101100 1010000 11011000 10100 111111 0 1111 100011001 1000000 111010

Color Harmonies of #AC50D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50D8

Black with #AC50D8

Text Example


Text Example

White with #AC50D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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