Html Css Color HEX #AC47DD Medium Orchid

📋 copy color: '#AC47DD'

red 172 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #AC47DD

Tints of Medium Orchid #AC47DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.3%

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

R = 37.07%
G = 15.3%
B = 47.63%

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

#AC47DD (or 0xAC47DD) is known color: Medium Orchid. HEX triplet: AC, 47 and DD. RGB value is (172,71,221). Sum of RGB (Red+Green+Blue) = 172+71+221=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC47DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47DD is #53B822. Grayscale: #757575. Windows color (decimal): -5486627 or 14501804. OLE color: 14501804.

HSL color Cylindrical-coordinate representation of color #AC47DD: hue angle of 280.4º 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 #AC47DD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 71 221 -
CMYK 0.22 0.68 0 0.13
HSL 280.4º 0.69% 0.57% -
HSV(B) 280.4º 0.68% 0.87% -
XYZ 32.32 18.5 70.27 -
YUV 118.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 172 71 221 0.22 0.68 0 0.13 280.4 0.69 0.57
Hex AC 47 DD 16 44 0 D 118 45 39
Octal 254 107 335 26 104 0 15 430 105 71
Binary 10101100 1000111 11011101 10110 1000100 0 1101 100011000 1000101 111001

Color Harmonies of #AC47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47DD

Black with #AC47DD

Text Example


Text Example

White with #AC47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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