Html Css Color HEX #AC49CF Medium Orchid

📋 copy color: '#AC49CF'

red 172 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #AC49CF

Tints of Medium Orchid #AC49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

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

R = 38.05%
G = 16.15%
B = 45.8%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC49CF (or 0xAC49CF) is known color: Medium Orchid. HEX triplet: AC, 49 and CF. RGB value is (172,73,207). Sum of RGB (Red+Green+Blue) = 172+73+207=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49CF is #53B630. Grayscale: #757575. Windows color (decimal): -5486129 or 13584812. OLE color: 13584812.

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

Color convert

RGB 172 73 207 -
CMYK 0.17 0.65 0 0.19
HSL 284.33º 0.58% 0.55% -
HSV(B) 284.33º 0.65% 0.81% -
XYZ 30.66 18.04 60.9 -
YUV 117.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 172 73 207 0.17 0.65 0 0.19 284.33 0.58 0.55
Hex AC 49 CF 11 41 0 13 11C 3A 37
Octal 254 111 317 21 101 0 23 434 72 67
Binary 10101100 1001001 11001111 10001 1000001 0 10011 100011100 111010 110111

Color Harmonies of #AC49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49CF

Black with #AC49CF

Text Example


Text Example

White with #AC49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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