Html Css Color HEX #AC52EF Medium Orchid

📋 copy color: '#AC52EF'

red 172 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #AC52EF

Tints of Medium Orchid #AC52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 34.89%
G = 16.63%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC52EF (or 0xAC52EF) is known color: Medium Orchid. HEX triplet: AC, 52 and EF. RGB value is (172,82,239). Sum of RGB (Red+Green+Blue) = 172+82+239=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC52EF is #53AD10. Grayscale: #7E7E7E. Windows color (decimal): -5483793 or 15684268. OLE color: 15684268.

HSL color Cylindrical-coordinate representation of color #AC52EF: hue angle of 274.39º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC52EF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 82 239 -
CMYK 0.28 0.66 0 0.06
HSL 274.39º 0.83% 0.63% -
HSV(B) 274.39º 0.66% 0.94% -
XYZ 35.61 21.04 83.85 -
YUV 126.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 172 82 239 0.28 0.66 0 0.06 274.39 0.83 0.63
Hex AC 52 EF 1C 42 0 6 112 53 3F
Octal 254 122 357 34 102 0 6 422 123 77
Binary 10101100 1010010 11101111 11100 1000010 0 110 100010010 1010011 111111

Color Harmonies of #AC52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52EF

Black with #AC52EF

Text Example


Text Example

White with #AC52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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