Html Css Color HEX #AC4CCC Medium Orchid

📋 copy color: '#AC4CCC'

red 172 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #AC4CCC

Tints of Medium Orchid #AC4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.81%

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

R = 38.05%
G = 16.81%
B = 45.13%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC4CCC (or 0xAC4CCC) is known color: Medium Orchid. HEX triplet: AC, 4C and CC. RGB value is (172,76,204). Sum of RGB (Red+Green+Blue) = 172+76+204=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CCC is #53B333. Grayscale: #767676. Windows color (decimal): -5485364 or 13388972. OLE color: 13388972.

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

Color convert

RGB 172 76 204 -
CMYK 0.16 0.63 0 0.2
HSL 285º 0.56% 0.55% -
HSV(B) 285º 0.63% 0.8% -
XYZ 30.5 18.3 59.05 -
YUV 119.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 172 76 204 0.16 0.63 0 0.2 285 0.56 0.55
Hex AC 4C CC 10 3F 0 14 11D 38 37
Octal 254 114 314 20 77 0 24 435 70 67
Binary 10101100 1001100 11001100 10000 111111 0 10100 100011101 111000 110111

Color Harmonies of #AC4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CCC

Black with #AC4CCC

Text Example


Text Example

White with #AC4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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