Html Css Color HEX #AC54DC Medium Orchid

📋 copy color: '#AC54DC'

red 172 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #AC54DC

Tints of Medium Orchid #AC54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 36.13%
G = 17.65%
B = 46.22%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC54DC (or 0xAC54DC) is known color: Medium Orchid. HEX triplet: AC, 54 and DC. RGB value is (172,84,220). Sum of RGB (Red+Green+Blue) = 172+84+220=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54DC is #53AB23. Grayscale: #7D7D7D. Windows color (decimal): -5483300 or 14439596. OLE color: 14439596.

HSL color Cylindrical-coordinate representation of color #AC54DC: hue angle of 278.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC54DC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 84 220 -
CMYK 0.22 0.62 0 0.14
HSL 278.82º 0.66% 0.6% -
HSV(B) 278.82º 0.62% 0.86% -
XYZ 33.1 20.28 69.88 -
YUV 125.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 172 84 220 0.22 0.62 0 0.14 278.82 0.66 0.6
Hex AC 54 DC 16 3E 0 E 117 42 3C
Octal 254 124 334 26 76 0 16 427 102 74
Binary 10101100 1010100 11011100 10110 111110 0 1110 100010111 1000010 111100

Color Harmonies of #AC54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54DC

Black with #AC54DC

Text Example


Text Example

White with #AC54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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