Html Css Color HEX #AC47CF Medium Orchid

📋 copy color: '#AC47CF'

red 172 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #AC47CF

Tints of Medium Orchid #AC47CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 38.22%
G = 15.78%
B = 46%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC47CF (or 0xAC47CF) is known color: Medium Orchid. HEX triplet: AC, 47 and CF. RGB value is (172,71,207). Sum of RGB (Red+Green+Blue) = 172+71+207=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC47CF is #53B830. Grayscale: #747474. Windows color (decimal): -5486641 or 13584300. OLE color: 13584300.

HSL color Cylindrical-coordinate representation of color #AC47CF: hue angle of 284.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC47CF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 71 207 -
CMYK 0.17 0.66 0 0.19
HSL 284.56º 0.59% 0.55% -
HSV(B) 284.56º 0.66% 0.81% -
XYZ 30.53 17.78 60.85 -
YUV 116.7 178.96 167.44 -
System Red Green Blue C M Y K H S L
Decimal 172 71 207 0.17 0.66 0 0.19 284.56 0.59 0.55
Hex AC 47 CF 11 42 0 13 11D 3B 37
Octal 254 107 317 21 102 0 23 435 73 67
Binary 10101100 1000111 11001111 10001 1000010 0 10011 100011101 111011 110111

Color Harmonies of #AC47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47CF

Black with #AC47CF

Text Example


Text Example

White with #AC47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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