Html Css Color HEX #AC47E6 Medium Orchid

📋 copy color: '#AC47E6'

red 172 ◦ green 71 ◦ blue 230

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

Shades of Medium Orchid #AC47E6

Tints of Medium Orchid #AC47E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 36.36%
G = 15.01%
B = 48.63%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC47E6 (or 0xAC47E6) is known color: Medium Orchid. HEX triplet: AC, 47 and E6. RGB value is (172,71,230). Sum of RGB (Red+Green+Blue) = 172+71+230=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC47E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC47E6 is #53B819. Grayscale: #767676. Windows color (decimal): -5486618 or 15091628. OLE color: 15091628.

HSL color Cylindrical-coordinate representation of color #AC47E6: hue angle of 278.11º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC47E6 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 71 230 -
CMYK 0.25 0.69 0 0.10
HSL 278.11º 0.76% 0.59% -
HSV(B) 278.11º 0.69% 0.9% -
XYZ 33.55 18.99 76.76 -
YUV 119.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 172 71 230 0.25 0.69 0 0.10 278.11 0.76 0.59
Hex AC 47 E6 19 45 0 A 116 4C 3B
Octal 254 107 346 31 105 0 12 426 114 73
Binary 10101100 1000111 11100110 11001 1000101 0 1010 100010110 1001100 111011

Color Harmonies of #AC47E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47E6

Black with #AC47E6

Text Example


Text Example

White with #AC47E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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