Html Css Color HEX #AC4FCC Medium Orchid

📋 copy color: '#AC4FCC'

red 172 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #AC4FCC

Tints of Medium Orchid #AC4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

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

R = 37.8%
G = 17.36%
B = 44.84%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC4FCC (or 0xAC4FCC) is known color: Medium Orchid. HEX triplet: AC, 4F and CC. RGB value is (172,79,204). Sum of RGB (Red+Green+Blue) = 172+79+204=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FCC is #53B033. Grayscale: #787878. Windows color (decimal): -5484596 or 13389740. OLE color: 13389740.

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

Color convert

RGB 172 79 204 -
CMYK 0.16 0.61 0 0.2
HSL 284.64º 0.55% 0.55% -
HSV(B) 284.64º 0.61% 0.8% -
XYZ 30.71 18.72 59.12 -
YUV 121.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 172 79 204 0.16 0.61 0 0.2 284.64 0.55 0.55
Hex AC 4F CC 10 3D 0 14 11D 37 37
Octal 254 117 314 20 75 0 24 435 67 67
Binary 10101100 1001111 11001100 10000 111101 0 10100 100011101 110111 110111

Color Harmonies of #AC4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FCC

Black with #AC4FCC

Text Example


Text Example

White with #AC4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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