Html Css Color HEX #AC52D6 Medium Orchid

📋 copy color: '#AC52D6'

red 172 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #AC52D6

Tints of Medium Orchid #AC52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 36.75%
G = 17.52%
B = 45.73%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC52D6 (or 0xAC52D6) is known color: Medium Orchid. HEX triplet: AC, 52 and D6. RGB value is (172,82,214). Sum of RGB (Red+Green+Blue) = 172+82+214=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC52D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52D6 is #53AD29. Grayscale: #7B7B7B. Windows color (decimal): -5483818 or 14045868. OLE color: 14045868.

HSL color Cylindrical-coordinate representation of color #AC52D6: hue angle of 280.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC52D6 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 82 214 -
CMYK 0.20 0.62 0 0.16
HSL 280.91º 0.62% 0.58% -
HSV(B) 280.91º 0.62% 0.84% -
XYZ 32.17 19.66 65.72 -
YUV 123.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 172 82 214 0.20 0.62 0 0.16 280.91 0.62 0.58
Hex AC 52 D6 14 3E 0 10 119 3E 3A
Octal 254 122 326 24 76 0 20 431 76 72
Binary 10101100 1010010 11010110 10100 111110 0 10000 100011001 111110 111010

Color Harmonies of #AC52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52D6

Black with #AC52D6

Text Example


Text Example

White with #AC52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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