Html Css Color HEX #AC4DC6 Medium Orchid

📋 copy color: '#AC4DC6'

red 172 ◦ green 77 ◦ blue 198

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

Shades of Medium Orchid #AC4DC6

Tints of Medium Orchid #AC4DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 38.48%
G = 17.23%
B = 44.3%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC4DC6 (or 0xAC4DC6) is known color: Medium Orchid. HEX triplet: AC, 4D and C6. RGB value is (172,77,198). Sum of RGB (Red+Green+Blue) = 172+77+198=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC4DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DC6 is #53B239. Grayscale: #767676. Windows color (decimal): -5485114 or 12996012. OLE color: 12996012.

HSL color Cylindrical-coordinate representation of color #AC4DC6: hue angle of 287.11º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4DC6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 77 198 -
CMYK 0.13 0.61 0 0.22
HSL 287.11º 0.51% 0.54% -
HSV(B) 287.11º 0.61% 0.78% -
XYZ 29.86 18.16 55.36 -
YUV 119.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 172 77 198 0.13 0.61 0 0.22 287.11 0.51 0.54
Hex AC 4D C6 D 3D 0 16 11F 33 36
Octal 254 115 306 15 75 0 26 437 63 66
Binary 10101100 1001101 11000110 1101 111101 0 10110 100011111 110011 110110

Color Harmonies of #AC4DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DC6

Black with #AC4DC6

Text Example


Text Example

White with #AC4DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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