Html Css Color HEX #AC4DC4 Medium Orchid

📋 copy color: '#AC4DC4'

red 172 ◦ green 77 ◦ blue 196

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

Shades of Medium Orchid #AC4DC4

Tints of Medium Orchid #AC4DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 196 (76.95% from 255) = 44.04%

R = 38.65%
G = 17.3%
B = 44.04%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC4DC4 (or 0xAC4DC4) is known color: Medium Orchid. HEX triplet: AC, 4D and C4. RGB value is (172,77,196). Sum of RGB (Red+Green+Blue) = 172+77+196=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC4DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DC4 is #53B23B. Grayscale: #767676. Windows color (decimal): -5485116 or 12864940. OLE color: 12864940.

HSL color Cylindrical-coordinate representation of color #AC4DC4: hue angle of 287.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4DC4 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 77 196 -
CMYK 0.12 0.61 0 0.23
HSL 287.9º 0.5% 0.54% -
HSV(B) 287.9º 0.61% 0.77% -
XYZ 29.63 18.06 54.15 -
YUV 118.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 172 77 196 0.12 0.61 0 0.23 287.9 0.5 0.54
Hex AC 4D C4 C 3D 0 17 120 32 36
Octal 254 115 304 14 75 0 27 440 62 66
Binary 10101100 1001101 11000100 1100 111101 0 10111 100100000 110010 110110

Color Harmonies of #AC4DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DC4

Black with #AC4DC4

Text Example


Text Example

White with #AC4DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DC4; }

 p { color: rgb(172,77,196); }

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

background-color css

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

 a { background-color: rgb(172,77,196); }

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

border-color css

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

 span { border-color: rgb(172,77,196); }

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