Html Css Color HEX #AC4FC0 Medium Orchid

📋 copy color: '#AC4FC0'

red 172 ◦ green 79 ◦ blue 192

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

Shades of Medium Orchid #AC4FC0

Tints of Medium Orchid #AC4FC0

RGB

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

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

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

R = 38.83%
G = 17.83%
B = 43.34%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC4FC0 (or 0xAC4FC0) is known color: Medium Orchid. HEX triplet: AC, 4F and C0. RGB value is (172,79,192). Sum of RGB (Red+Green+Blue) = 172+79+192=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC4FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FC0 is #53B03F. Grayscale: #777777. Windows color (decimal): -5484608 or 12603308. OLE color: 12603308.

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

Color convert

RGB 172 79 192 -
CMYK 0.10 0.59 0 0.25
HSL 289.38º 0.47% 0.53% -
HSV(B) 289.38º 0.59% 0.75% -
XYZ 29.32 18.17 51.83 -
YUV 119.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 172 79 192 0.10 0.59 0 0.25 289.38 0.47 0.53
Hex AC 4F C0 A 3B 0 19 121 2F 35
Octal 254 117 300 12 73 0 31 441 57 65
Binary 10101100 1001111 11000000 1010 111011 0 11001 100100001 101111 110101

Color Harmonies of #AC4FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FC0

Black with #AC4FC0

Text Example


Text Example

White with #AC4FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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