Html Css Color HEX #AC52D1 Medium Orchid

📋 copy color: '#AC52D1'

red 172 ◦ green 82 ◦ blue 209

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

Shades of Medium Orchid #AC52D1

Tints of Medium Orchid #AC52D1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.71%

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

R = 37.15%
G = 17.71%
B = 45.14%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC52D1 (or 0xAC52D1) is known color: Medium Orchid. HEX triplet: AC, 52 and D1. RGB value is (172,82,209). Sum of RGB (Red+Green+Blue) = 172+82+209=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC52D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52D1 is #53AD2E. Grayscale: #7A7A7A. Windows color (decimal): -5483823 or 13718188. OLE color: 13718188.

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

Color convert

RGB 172 82 209 -
CMYK 0.18 0.61 0 0.18
HSL 282.52º 0.58% 0.57% -
HSV(B) 282.52º 0.61% 0.82% -
XYZ 31.54 19.41 62.41 -
YUV 123.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 172 82 209 0.18 0.61 0 0.18 282.52 0.58 0.57
Hex AC 52 D1 12 3D 0 12 11B 3A 39
Octal 254 122 321 22 75 0 22 433 72 71
Binary 10101100 1010010 11010001 10010 111101 0 10010 100011011 111010 111001

Color Harmonies of #AC52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52D1

Black with #AC52D1

Text Example


Text Example

White with #AC52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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