Html Css Color HEX #AC46DD Medium Orchid

📋 copy color: '#AC46DD'

red 172 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #AC46DD

Tints of Medium Orchid #AC46DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 37.15%
G = 15.12%
B = 47.73%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC46DD (or 0xAC46DD) is known color: Medium Orchid. HEX triplet: AC, 46 and DD. RGB value is (172,70,221). Sum of RGB (Red+Green+Blue) = 172+70+221=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46DD is #53B922. Grayscale: #757575. Windows color (decimal): -5486883 or 14501548. OLE color: 14501548.

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

Color convert

RGB 172 70 221 -
CMYK 0.22 0.68 0 0.13
HSL 280.53º 0.69% 0.57% -
HSV(B) 280.53º 0.68% 0.87% -
XYZ 32.25 18.37 70.25 -
YUV 117.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 172 70 221 0.22 0.68 0 0.13 280.53 0.69 0.57
Hex AC 46 DD 16 44 0 D 119 45 39
Octal 254 106 335 26 104 0 15 431 105 71
Binary 10101100 1000110 11011101 10110 1000100 0 1101 100011001 1000101 111001

Color Harmonies of #AC46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46DD

Black with #AC46DD

Text Example


Text Example

White with #AC46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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