Html Css Color HEX #AC53D0 Medium Orchid

📋 copy color: '#AC53D0'

red 172 ◦ green 83 ◦ blue 208

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

Shades of Medium Orchid #AC53D0

Tints of Medium Orchid #AC53D0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 37.15%
G = 17.93%
B = 44.92%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC53D0 (or 0xAC53D0) is known color: Medium Orchid. HEX triplet: AC, 53 and D0. RGB value is (172,83,208). Sum of RGB (Red+Green+Blue) = 172+83+208=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC53D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53D0 is #53AC2F. Grayscale: #7B7B7B. Windows color (decimal): -5483568 or 13652908. OLE color: 13652908.

HSL color Cylindrical-coordinate representation of color #AC53D0: hue angle of 282.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC53D0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 83 208 -
CMYK 0.17 0.60 0 0.18
HSL 282.72º 0.57% 0.57% -
HSV(B) 282.72º 0.6% 0.82% -
XYZ 31.49 19.51 61.78 -
YUV 123.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 172 83 208 0.17 0.60 0 0.18 282.72 0.57 0.57
Hex AC 53 D0 11 3C 0 12 11B 39 39
Octal 254 123 320 21 74 0 22 433 71 71
Binary 10101100 1010011 11010000 10001 111100 0 10010 100011011 111001 111001

Color Harmonies of #AC53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53D0

Black with #AC53D0

Text Example


Text Example

White with #AC53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53D0; }

 p { color: rgb(172,83,208); }

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

background-color css

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

 a { background-color: rgb(172,83,208); }

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

border-color css

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

 span { border-color: rgb(172,83,208); }

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