Html Css Color HEX #AC49CC Medium Orchid

📋 copy color: '#AC49CC'

red 172 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #AC49CC

Tints of Medium Orchid #AC49CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 38.31%
G = 16.26%
B = 45.43%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC49CC (or 0xAC49CC) is known color: Medium Orchid. HEX triplet: AC, 49 and CC. RGB value is (172,73,204). Sum of RGB (Red+Green+Blue) = 172+73+204=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC49CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49CC is #53B633. Grayscale: #757575. Windows color (decimal): -5486132 or 13388204. OLE color: 13388204.

HSL color Cylindrical-coordinate representation of color #AC49CC: hue angle of 285.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC49CC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 73 204 -
CMYK 0.16 0.64 0 0.2
HSL 285.34º 0.56% 0.54% -
HSV(B) 285.34º 0.64% 0.8% -
XYZ 30.29 17.9 58.98 -
YUV 117.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 172 73 204 0.16 0.64 0 0.2 285.34 0.56 0.54
Hex AC 49 CC 10 40 0 14 11D 38 36
Octal 254 111 314 20 100 0 24 435 70 66
Binary 10101100 1001001 11001100 10000 1000000 0 10100 100011101 111000 110110

Color Harmonies of #AC49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49CC

Black with #AC49CC

Text Example


Text Example

White with #AC49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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