Html Css Color HEX #AC52DF Medium Orchid

📋 copy color: '#AC52DF'

red 172 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #AC52DF

Tints of Medium Orchid #AC52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 36.06%
G = 17.19%
B = 46.75%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC52DF (or 0xAC52DF) is known color: Medium Orchid. HEX triplet: AC, 52 and DF. RGB value is (172,82,223). Sum of RGB (Red+Green+Blue) = 172+82+223=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC52DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52DF is #53AD20. Grayscale: #7C7C7C. Windows color (decimal): -5483809 or 14635692. OLE color: 14635692.

HSL color Cylindrical-coordinate representation of color #AC52DF: hue angle of 278.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC52DF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 82 223 -
CMYK 0.23 0.63 0 0.13
HSL 278.3º 0.69% 0.6% -
HSV(B) 278.3º 0.63% 0.87% -
XYZ 33.35 20.13 71.94 -
YUV 124.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 172 82 223 0.23 0.63 0 0.13 278.3 0.69 0.6
Hex AC 52 DF 17 3F 0 D 116 45 3C
Octal 254 122 337 27 77 0 15 426 105 74
Binary 10101100 1010010 11011111 10111 111111 0 1101 100010110 1000101 111100

Color Harmonies of #AC52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52DF

Black with #AC52DF

Text Example


Text Example

White with #AC52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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