Html Css Color HEX #AC50D5 Medium Orchid

📋 copy color: '#AC50D5'

red 172 ◦ green 80 ◦ blue 213

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

Shades of Medium Orchid #AC50D5

Tints of Medium Orchid #AC50D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 36.99%
G = 17.2%
B = 45.81%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC50D5 (or 0xAC50D5) is known color: Medium Orchid. HEX triplet: AC, 50 and D5. RGB value is (172,80,213). Sum of RGB (Red+Green+Blue) = 172+80+213=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC50D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50D5 is #53AF2A. Grayscale: #7A7A7A. Windows color (decimal): -5484331 or 13979820. OLE color: 13979820.

HSL color Cylindrical-coordinate representation of color #AC50D5: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC50D5 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 80 213 -
CMYK 0.19 0.62 0 0.16
HSL 281.5º 0.61% 0.57% -
HSV(B) 281.5º 0.62% 0.84% -
XYZ 31.89 19.31 65 -
YUV 122.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 172 80 213 0.19 0.62 0 0.16 281.5 0.61 0.57
Hex AC 50 D5 13 3E 0 10 11A 3D 39
Octal 254 120 325 23 76 0 20 432 75 71
Binary 10101100 1010000 11010101 10011 111110 0 10000 100011010 111101 111001

Color Harmonies of #AC50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50D5

Black with #AC50D5

Text Example


Text Example

White with #AC50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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