Html Css Color HEX #AC49D1 Medium Orchid

📋 copy color: '#AC49D1'

red 172 ◦ green 73 ◦ blue 209

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

Shades of Medium Orchid #AC49D1

Tints of Medium Orchid #AC49D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.04%

R = 37.89%
G = 16.08%
B = 46.04%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC49D1 (or 0xAC49D1) is known color: Medium Orchid. HEX triplet: AC, 49 and D1. RGB value is (172,73,209). Sum of RGB (Red+Green+Blue) = 172+73+209=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC49D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49D1 is #53B62E. Grayscale: #757575. Windows color (decimal): -5486127 or 13715884. OLE color: 13715884.

HSL color Cylindrical-coordinate representation of color #AC49D1: hue angle of 283.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC49D1 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 73 209 -
CMYK 0.18 0.65 0 0.18
HSL 283.68º 0.6% 0.55% -
HSV(B) 283.68º 0.65% 0.82% -
XYZ 30.9 18.14 62.19 -
YUV 118.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 172 73 209 0.18 0.65 0 0.18 283.68 0.6 0.55
Hex AC 49 D1 12 41 0 12 11C 3C 37
Octal 254 111 321 22 101 0 22 434 74 67
Binary 10101100 1001001 11010001 10010 1000001 0 10010 100011100 111100 110111

Color Harmonies of #AC49D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49D1

Black with #AC49D1

Text Example


Text Example

White with #AC49D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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