Html Css Color HEX #AC46DC Medium Orchid

📋 copy color: '#AC46DC'

red 172 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #AC46DC

Tints of Medium Orchid #AC46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.15%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 37.23%
G = 15.15%
B = 47.62%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC46DC (or 0xAC46DC) is known color: Medium Orchid. HEX triplet: AC, 46 and DC. RGB value is (172,70,220). Sum of RGB (Red+Green+Blue) = 172+70+220=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46DC is #53B923. Grayscale: #757575. Windows color (decimal): -5486884 or 14436012. OLE color: 14436012.

HSL color Cylindrical-coordinate representation of color #AC46DC: hue angle of 280.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC46DC is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 70 220 -
CMYK 0.22 0.68 0 0.14
HSL 280.8º 0.68% 0.57% -
HSV(B) 280.8º 0.68% 0.86% -
XYZ 32.12 18.32 69.55 -
YUV 117.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 172 70 220 0.22 0.68 0 0.14 280.8 0.68 0.57
Hex AC 46 DC 16 44 0 E 119 44 39
Octal 254 106 334 26 104 0 16 431 104 71
Binary 10101100 1000110 11011100 10110 1000100 0 1110 100011001 1000100 111001

Color Harmonies of #AC46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46DC

Black with #AC46DC

Text Example


Text Example

White with #AC46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46DC; }

 p { color: rgb(172,70,220); }

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

background-color css

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

 a { background-color: rgb(172,70,220); }

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

border-color css

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

 span { border-color: rgb(172,70,220); }

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