Html Css Color HEX #AC52DC Medium Orchid

📋 copy color: '#AC52DC'

red 172 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #AC52DC

Tints of Medium Orchid #AC52DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 36.29%
G = 17.3%
B = 46.41%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC52DC (or 0xAC52DC) is known color: Medium Orchid. HEX triplet: AC, 52 and DC. RGB value is (172,82,220). Sum of RGB (Red+Green+Blue) = 172+82+220=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52DC is #53AD23. Grayscale: #7C7C7C. Windows color (decimal): -5483812 or 14439084. OLE color: 14439084.

HSL color Cylindrical-coordinate representation of color #AC52DC: hue angle of 279.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC52DC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 82 220 -
CMYK 0.22 0.63 0 0.14
HSL 279.13º 0.66% 0.59% -
HSV(B) 279.13º 0.63% 0.86% -
XYZ 32.95 19.97 69.83 -
YUV 124.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 172 82 220 0.22 0.63 0 0.14 279.13 0.66 0.59
Hex AC 52 DC 16 3F 0 E 117 42 3B
Octal 254 122 334 26 77 0 16 427 102 73
Binary 10101100 1010010 11011100 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AC52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52DC

Black with #AC52DC

Text Example


Text Example

White with #AC52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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