Html Css Color HEX #AC4DC7 Medium Orchid

📋 copy color: '#AC4DC7'

red 172 ◦ green 77 ◦ blue 199

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

Shades of Medium Orchid #AC4DC7

Tints of Medium Orchid #AC4DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.42%

R = 38.39%
G = 17.19%
B = 44.42%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC4DC7 (or 0xAC4DC7) is known color: Medium Orchid. HEX triplet: AC, 4D and C7. RGB value is (172,77,199). Sum of RGB (Red+Green+Blue) = 172+77+199=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC4DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DC7 is #53B238. Grayscale: #767676. Windows color (decimal): -5485113 or 13061548. OLE color: 13061548.

HSL color Cylindrical-coordinate representation of color #AC4DC7: hue angle of 286.72º degrees, saturation: 0.52, 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 #AC4DC7 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 77 199 -
CMYK 0.14 0.61 0 0.22
HSL 286.72º 0.52% 0.54% -
HSV(B) 286.72º 0.61% 0.78% -
XYZ 29.98 18.2 55.97 -
YUV 119.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 172 77 199 0.14 0.61 0 0.22 286.72 0.52 0.54
Hex AC 4D C7 E 3D 0 16 11F 34 36
Octal 254 115 307 16 75 0 26 437 64 66
Binary 10101100 1001101 11000111 1110 111101 0 10110 100011111 110100 110110

Color Harmonies of #AC4DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DC7

Black with #AC4DC7

Text Example


Text Example

White with #AC4DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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