Html Css Color HEX #AC4CC0 Medium Orchid

📋 copy color: '#AC4CC0'

red 172 ◦ green 76 ◦ blue 192

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

Shades of Medium Orchid #AC4CC0

Tints of Medium Orchid #AC4CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 39.09%
G = 17.27%
B = 43.64%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC4CC0 (or 0xAC4CC0) is known color: Medium Orchid. HEX triplet: AC, 4C and C0. RGB value is (172,76,192). Sum of RGB (Red+Green+Blue) = 172+76+192=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC4CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CC0 is #53B33F. Grayscale: #757575. Windows color (decimal): -5485376 or 12602540. OLE color: 12602540.

HSL color Cylindrical-coordinate representation of color #AC4CC0: hue angle of 289.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4CC0 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 76 192 -
CMYK 0.10 0.60 0 0.25
HSL 289.66º 0.48% 0.53% -
HSV(B) 289.66º 0.6% 0.75% -
XYZ 29.11 17.75 51.76 -
YUV 117.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 172 76 192 0.10 0.60 0 0.25 289.66 0.48 0.53
Hex AC 4C C0 A 3C 0 19 122 30 35
Octal 254 114 300 12 74 0 31 442 60 65
Binary 10101100 1001100 11000000 1010 111100 0 11001 100100010 110000 110101

Color Harmonies of #AC4CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CC0

Black with #AC4CC0

Text Example


Text Example

White with #AC4CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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