Html Css Color HEX #AC52F1 Medium Orchid

📋 copy color: '#AC52F1'

red 172 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #AC52F1

Tints of Medium Orchid #AC52F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 34.75%
G = 16.57%
B = 48.69%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC52F1 (or 0xAC52F1) is known color: Medium Orchid. HEX triplet: AC, 52 and F1. RGB value is (172,82,241). Sum of RGB (Red+Green+Blue) = 172+82+241=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC52F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC52F1 is #53AD0E. Grayscale: #7E7E7E. Windows color (decimal): -5483791 or 15815340. OLE color: 15815340.

HSL color Cylindrical-coordinate representation of color #AC52F1: hue angle of 273.96º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC52F1 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 82 241 -
CMYK 0.29 0.66 0 0.05
HSL 273.96º 0.85% 0.63% -
HSV(B) 273.96º 0.66% 0.95% -
XYZ 35.91 21.16 85.41 -
YUV 127.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 172 82 241 0.29 0.66 0 0.05 273.96 0.85 0.63
Hex AC 52 F1 1D 42 0 5 112 55 3F
Octal 254 122 361 35 102 0 5 422 125 77
Binary 10101100 1010010 11110001 11101 1000010 0 101 100010010 1010101 111111

Color Harmonies of #AC52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52F1

Black with #AC52F1

Text Example


Text Example

White with #AC52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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