Html Css Color HEX #AC55CC Medium Orchid

📋 copy color: '#AC55CC'

red 172 ◦ green 85 ◦ blue 204

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

Shades of Medium Orchid #AC55CC

Tints of Medium Orchid #AC55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 37.31%
G = 18.44%
B = 44.25%

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

#AC55CC (or 0xAC55CC) is known color: Medium Orchid. HEX triplet: AC, 55 and CC. RGB value is (172,85,204). Sum of RGB (Red+Green+Blue) = 172+85+204=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55CC is #53AA33. Grayscale: #7C7C7C. Windows color (decimal): -5483060 or 13391276. OLE color: 13391276.

HSL color Cylindrical-coordinate representation of color #AC55CC: hue angle of 283.87º 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 #AC55CC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 85 204 -
CMYK 0.16 0.58 0 0.2
HSL 283.87º 0.54% 0.57% -
HSV(B) 283.87º 0.58% 0.8% -
XYZ 31.16 19.63 59.27 -
YUV 124.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 172 85 204 0.16 0.58 0 0.2 283.87 0.54 0.57
Hex AC 55 CC 10 3A 0 14 11C 36 39
Octal 254 125 314 20 72 0 24 434 66 71
Binary 10101100 1010101 11001100 10000 111010 0 10100 100011100 110110 111001

Color Harmonies of #AC55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55CC

Black with #AC55CC

Text Example


Text Example

White with #AC55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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