Html Css Color HEX #AC52F6 Medium Orchid

📋 copy color: '#AC52F6'

red 172 ◦ green 82 ◦ blue 246

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

Shades of Medium Orchid #AC52F6

Tints of Medium Orchid #AC52F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 34.4%
G = 16.4%
B = 49.2%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC52F6 (or 0xAC52F6) is known color: Medium Orchid. HEX triplet: AC, 52 and F6. RGB value is (172,82,246). Sum of RGB (Red+Green+Blue) = 172+82+246=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC52F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC52F6 is #53AD09. Grayscale: #7F7F7F. Windows color (decimal): -5483786 or 16143020. OLE color: 16143020.

HSL color Cylindrical-coordinate representation of color #AC52F6: hue angle of 272.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC52F6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 82 246 -
CMYK 0.30 0.67 0 0.04
HSL 272.93º 0.9% 0.64% -
HSV(B) 272.93º 0.67% 0.96% -
XYZ 36.67 21.46 89.4 -
YUV 127.61 194.82 159.66 -
System Red Green Blue C M Y K H S L
Decimal 172 82 246 0.30 0.67 0 0.04 272.93 0.9 0.64
Hex AC 52 F6 1E 43 0 4 111 5A 40
Octal 254 122 366 36 103 0 4 421 132 100
Binary 10101100 1010010 11110110 11110 1000011 0 100 100010001 1011010 1000000

Color Harmonies of #AC52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52F6

Black with #AC52F6

Text Example


Text Example

White with #AC52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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