Html Css Color HEX #AC53D1 Medium Orchid

📋 copy color: '#AC53D1'

red 172 ◦ green 83 ◦ blue 209

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

Shades of Medium Orchid #AC53D1

Tints of Medium Orchid #AC53D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 37.07%
G = 17.89%
B = 45.04%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC53D1 (or 0xAC53D1) is known color: Medium Orchid. HEX triplet: AC, 53 and D1. RGB value is (172,83,209). Sum of RGB (Red+Green+Blue) = 172+83+209=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC53D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53D1 is #53AC2E. Grayscale: #7B7B7B. Windows color (decimal): -5483567 or 13718444. OLE color: 13718444.

HSL color Cylindrical-coordinate representation of color #AC53D1: hue angle of 282.38º degrees, saturation: 0.58, 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 #AC53D1 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 83 209 -
CMYK 0.18 0.60 0 0.18
HSL 282.38º 0.58% 0.57% -
HSV(B) 282.38º 0.6% 0.82% -
XYZ 31.62 19.56 62.43 -
YUV 123.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 172 83 209 0.18 0.60 0 0.18 282.38 0.58 0.57
Hex AC 53 D1 12 3C 0 12 11A 3A 39
Octal 254 123 321 22 74 0 22 432 72 71
Binary 10101100 1010011 11010001 10010 111100 0 10010 100011010 111010 111001

Color Harmonies of #AC53D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53D1

Black with #AC53D1

Text Example


Text Example

White with #AC53D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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