Html Css Color HEX #AC54D9 Medium Orchid

📋 copy color: '#AC54D9'

red 172 ◦ green 84 ◦ blue 217

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

Shades of Medium Orchid #AC54D9

Tints of Medium Orchid #AC54D9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 36.36%
G = 17.76%
B = 45.88%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC54D9 (or 0xAC54D9) is known color: Medium Orchid. HEX triplet: AC, 54 and D9. RGB value is (172,84,217). Sum of RGB (Red+Green+Blue) = 172+84+217=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC54D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54D9 is #53AB26. Grayscale: #7D7D7D. Windows color (decimal): -5483303 or 14242988. OLE color: 14242988.

HSL color Cylindrical-coordinate representation of color #AC54D9: hue angle of 279.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC54D9 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 84 217 -
CMYK 0.21 0.61 0 0.15
HSL 279.7º 0.64% 0.59% -
HSV(B) 279.7º 0.61% 0.85% -
XYZ 32.71 20.12 67.81 -
YUV 125.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 172 84 217 0.21 0.61 0 0.15 279.7 0.64 0.59
Hex AC 54 D9 15 3D 0 F 118 40 3B
Octal 254 124 331 25 75 0 17 430 100 73
Binary 10101100 1010100 11011001 10101 111101 0 1111 100011000 1000000 111011

Color Harmonies of #AC54D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54D9

Black with #AC54D9

Text Example


Text Example

White with #AC54D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54D9; }

 p { color: rgb(172,84,217); }

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

background-color css

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

 a { background-color: rgb(172,84,217); }

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

border-color css

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

 span { border-color: rgb(172,84,217); }

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