Html Css Color HEX #AC54DF Medium Orchid

📋 copy color: '#AC54DF'

red 172 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #AC54DF

Tints of Medium Orchid #AC54DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 35.91%
G = 17.54%
B = 46.56%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC54DF (or 0xAC54DF) is known color: Medium Orchid. HEX triplet: AC, 54 and DF. RGB value is (172,84,223). Sum of RGB (Red+Green+Blue) = 172+84+223=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54DF is #53AB20. Grayscale: #7D7D7D. Windows color (decimal): -5483297 or 14636204. OLE color: 14636204.

HSL color Cylindrical-coordinate representation of color #AC54DF: hue angle of 277.99º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC54DF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 84 223 -
CMYK 0.23 0.62 0 0.13
HSL 277.99º 0.68% 0.6% -
HSV(B) 277.99º 0.62% 0.87% -
XYZ 33.5 20.44 71.99 -
YUV 126.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 172 84 223 0.23 0.62 0 0.13 277.99 0.68 0.6
Hex AC 54 DF 17 3E 0 D 116 44 3C
Octal 254 124 337 27 76 0 15 426 104 74
Binary 10101100 1010100 11011111 10111 111110 0 1101 100010110 1000100 111100

Color Harmonies of #AC54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54DF

Black with #AC54DF

Text Example


Text Example

White with #AC54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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