Html Css Color HEX #AC47D5 Medium Orchid

📋 copy color: '#AC47D5'

red 172 ◦ green 71 ◦ blue 213

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

Shades of Medium Orchid #AC47D5

Tints of Medium Orchid #AC47D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 37.72%
G = 15.57%
B = 46.71%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC47D5 (or 0xAC47D5) is known color: Medium Orchid. HEX triplet: AC, 47 and D5. RGB value is (172,71,213). Sum of RGB (Red+Green+Blue) = 172+71+213=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC47D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47D5 is #53B82A. Grayscale: #747474. Windows color (decimal): -5486635 or 13977516. OLE color: 13977516.

HSL color Cylindrical-coordinate representation of color #AC47D5: hue angle of 282.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC47D5 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 71 213 -
CMYK 0.19 0.67 0 0.16
HSL 282.68º 0.63% 0.56% -
HSV(B) 282.68º 0.67% 0.84% -
XYZ 31.28 18.08 64.79 -
YUV 117.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 172 71 213 0.19 0.67 0 0.16 282.68 0.63 0.56
Hex AC 47 D5 13 43 0 10 11B 3F 38
Octal 254 107 325 23 103 0 20 433 77 70
Binary 10101100 1000111 11010101 10011 1000011 0 10000 100011011 111111 111000

Color Harmonies of #AC47D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47D5

Black with #AC47D5

Text Example


Text Example

White with #AC47D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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