Html Css Color HEX #AC52ED Medium Orchid

📋 copy color: '#AC52ED'

red 172 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #AC52ED

Tints of Medium Orchid #AC52ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 35.03%
G = 16.7%
B = 48.27%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC52ED (or 0xAC52ED) is known color: Medium Orchid. HEX triplet: AC, 52 and ED. RGB value is (172,82,237). Sum of RGB (Red+Green+Blue) = 172+82+237=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC52ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC52ED is #53AD12. Grayscale: #7E7E7E. Windows color (decimal): -5483795 or 15553196. OLE color: 15553196.

HSL color Cylindrical-coordinate representation of color #AC52ED: hue angle of 274.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC52ED is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 82 237 -
CMYK 0.27 0.65 0 0.07
HSL 274.84º 0.81% 0.63% -
HSV(B) 274.84º 0.65% 0.93% -
XYZ 35.32 20.92 82.3 -
YUV 126.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 172 82 237 0.27 0.65 0 0.07 274.84 0.81 0.63
Hex AC 52 ED 1B 41 0 7 113 51 3F
Octal 254 122 355 33 101 0 7 423 121 77
Binary 10101100 1010010 11101101 11011 1000001 0 111 100010011 1010001 111111

Color Harmonies of #AC52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52ED

Black with #AC52ED

Text Example


Text Example

White with #AC52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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