Html Css Color HEX #AC52D0 Medium Orchid

📋 copy color: '#AC52D0'

red 172 ◦ green 82 ◦ blue 208

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

Shades of Medium Orchid #AC52D0

Tints of Medium Orchid #AC52D0

RGB

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

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

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

R = 37.23%
G = 17.75%
B = 45.02%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC52D0 (or 0xAC52D0) is known color: Medium Orchid. HEX triplet: AC, 52 and D0. RGB value is (172,82,208). Sum of RGB (Red+Green+Blue) = 172+82+208=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC52D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52D0 is #53AD2F. Grayscale: #7A7A7A. Windows color (decimal): -5483824 or 13652652. OLE color: 13652652.

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

Color convert

RGB 172 82 208 -
CMYK 0.17 0.61 0 0.18
HSL 282.86º 0.57% 0.57% -
HSV(B) 282.86º 0.61% 0.82% -
XYZ 31.42 19.36 61.76 -
YUV 123.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 172 82 208 0.17 0.61 0 0.18 282.86 0.57 0.57
Hex AC 52 D0 11 3D 0 12 11B 39 39
Octal 254 122 320 21 75 0 22 433 71 71
Binary 10101100 1010010 11010000 10001 111101 0 10010 100011011 111001 111001

Color Harmonies of #AC52D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52D0

Black with #AC52D0

Text Example


Text Example

White with #AC52D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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