Html Css Color HEX #AC50E0 Medium Orchid

📋 copy color: '#AC50E0'

red 172 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #AC50E0

Tints of Medium Orchid #AC50E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.06%

R = 36.13%
G = 16.81%
B = 47.06%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC50E0 (or 0xAC50E0) is known color: Medium Orchid. HEX triplet: AC, 50 and E0. RGB value is (172,80,224). Sum of RGB (Red+Green+Blue) = 172+80+224=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC50E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50E0 is #53AF1F. Grayscale: #7B7B7B. Windows color (decimal): -5484320 or 14700716. OLE color: 14700716.

HSL color Cylindrical-coordinate representation of color #AC50E0: hue angle of 278.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC50E0 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 80 224 -
CMYK 0.23 0.64 0 0.12
HSL 278.33º 0.7% 0.6% -
HSV(B) 278.33º 0.64% 0.88% -
XYZ 33.34 19.89 72.6 -
YUV 123.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 172 80 224 0.23 0.64 0 0.12 278.33 0.7 0.6
Hex AC 50 E0 17 40 0 C 116 46 3C
Octal 254 120 340 27 100 0 14 426 106 74
Binary 10101100 1010000 11100000 10111 1000000 0 1100 100010110 1000110 111100

Color Harmonies of #AC50E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50E0

Black with #AC50E0

Text Example


Text Example

White with #AC50E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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