Html Css Color HEX #AC52E4 Medium Orchid

📋 copy color: '#AC52E4'

red 172 ◦ green 82 ◦ blue 228

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

Shades of Medium Orchid #AC52E4

Tints of Medium Orchid #AC52E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 35.68%
G = 17.01%
B = 47.3%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC52E4 (or 0xAC52E4) is known color: Medium Orchid. HEX triplet: AC, 52 and E4. RGB value is (172,82,228). Sum of RGB (Red+Green+Blue) = 172+82+228=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC52E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52E4 is #53AD1B. Grayscale: #7D7D7D. Windows color (decimal): -5483804 or 14963372. OLE color: 14963372.

HSL color Cylindrical-coordinate representation of color #AC52E4: hue angle of 276.99º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC52E4 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 82 228 -
CMYK 0.25 0.64 0 0.11
HSL 276.99º 0.73% 0.61% -
HSV(B) 276.99º 0.64% 0.89% -
XYZ 34.03 20.41 75.54 -
YUV 125.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 172 82 228 0.25 0.64 0 0.11 276.99 0.73 0.61
Hex AC 52 E4 19 40 0 B 115 49 3D
Octal 254 122 344 31 100 0 13 425 111 75
Binary 10101100 1010010 11100100 11001 1000000 0 1011 100010101 1001001 111101

Color Harmonies of #AC52E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52E4

Black with #AC52E4

Text Example


Text Example

White with #AC52E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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