Html Css Color HEX #AC49DF Medium Orchid

📋 copy color: '#AC49DF'

red 172 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #AC49DF

Tints of Medium Orchid #AC49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 36.75%
G = 15.6%
B = 47.65%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC49DF (or 0xAC49DF) is known color: Medium Orchid. HEX triplet: AC, 49 and DF. RGB value is (172,73,223). Sum of RGB (Red+Green+Blue) = 172+73+223=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49DF is #53B620. Grayscale: #777777. Windows color (decimal): -5486113 or 14633388. OLE color: 14633388.

HSL color Cylindrical-coordinate representation of color #AC49DF: hue angle of 279.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC49DF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 73 223 -
CMYK 0.23 0.67 0 0.13
HSL 279.6º 0.7% 0.58% -
HSV(B) 279.6º 0.67% 0.87% -
XYZ 32.72 18.86 71.73 -
YUV 119.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 172 73 223 0.23 0.67 0 0.13 279.6 0.7 0.58
Hex AC 49 DF 17 43 0 D 118 46 3A
Octal 254 111 337 27 103 0 15 430 106 72
Binary 10101100 1001001 11011111 10111 1000011 0 1101 100011000 1000110 111010

Color Harmonies of #AC49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49DF

Black with #AC49DF

Text Example


Text Example

White with #AC49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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