Html Css Color HEX #AC56CC Medium Orchid

📋 copy color: '#AC56CC'

red 172 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #AC56CC

Tints of Medium Orchid #AC56CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.61%

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

R = 37.23%
G = 18.61%
B = 44.16%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC56CC (or 0xAC56CC) is known color: Medium Orchid. HEX triplet: AC, 56 and CC. RGB value is (172,86,204). Sum of RGB (Red+Green+Blue) = 172+86+204=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC56CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56CC is #53A933. Grayscale: #7C7C7C. Windows color (decimal): -5482804 or 13391532. OLE color: 13391532.

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

Color convert

RGB 172 86 204 -
CMYK 0.16 0.58 0 0.2
HSL 283.73º 0.54% 0.57% -
HSV(B) 283.73º 0.58% 0.8% -
XYZ 31.24 19.79 59.3 -
YUV 125.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 172 86 204 0.16 0.58 0 0.2 283.73 0.54 0.57
Hex AC 56 CC 10 3A 0 14 11C 36 39
Octal 254 126 314 20 72 0 24 434 66 71
Binary 10101100 1010110 11001100 10000 111010 0 10100 100011100 110110 111001

Color Harmonies of #AC56CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56CC

Black with #AC56CC

Text Example


Text Example

White with #AC56CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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