Html Css Color HEX #AC51C9 Medium Orchid

📋 copy color: '#AC51C9'

red 172 ◦ green 81 ◦ blue 201

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

Shades of Medium Orchid #AC51C9

Tints of Medium Orchid #AC51C9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.84%

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 37.89%
G = 17.84%
B = 44.27%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC51C9 (or 0xAC51C9) is known color: Medium Orchid. HEX triplet: AC, 51 and C9. RGB value is (172,81,201). Sum of RGB (Red+Green+Blue) = 172+81+201=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC51C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51C9 is #53AE36. Grayscale: #797979. Windows color (decimal): -5484087 or 13193644. OLE color: 13193644.

HSL color Cylindrical-coordinate representation of color #AC51C9: hue angle of 285.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC51C9 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 81 201 -
CMYK 0.14 0.60 0 0.21
HSL 285.5º 0.53% 0.55% -
HSV(B) 285.5º 0.6% 0.79% -
XYZ 30.5 18.87 57.29 -
YUV 121.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 172 81 201 0.14 0.60 0 0.21 285.5 0.53 0.55
Hex AC 51 C9 E 3C 0 15 11E 35 37
Octal 254 121 311 16 74 0 25 436 65 67
Binary 10101100 1010001 11001001 1110 111100 0 10101 100011110 110101 110111

Color Harmonies of #AC51C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51C9

Black with #AC51C9

Text Example


Text Example

White with #AC51C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51C9; }

 p { color: rgb(172,81,201); }

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

background-color css

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

 a { background-color: rgb(172,81,201); }

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

border-color css

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

 span { border-color: rgb(172,81,201); }

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