Html Css Color HEX #AC54DE Medium Orchid

📋 copy color: '#AC54DE'

red 172 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #AC54DE

Tints of Medium Orchid #AC54DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 35.98%
G = 17.57%
B = 46.44%

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

#AC54DE (or 0xAC54DE) is known color: Medium Orchid. HEX triplet: AC, 54 and DE. RGB value is (172,84,222). Sum of RGB (Red+Green+Blue) = 172+84+222=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC54DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54DE is #53AB21. Grayscale: #7D7D7D. Windows color (decimal): -5483298 or 14570668. OLE color: 14570668.

HSL color Cylindrical-coordinate representation of color #AC54DE: hue angle of 278.26º 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 #AC54DE is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 84 222 -
CMYK 0.23 0.62 0 0.13
HSL 278.26º 0.68% 0.6% -
HSV(B) 278.26º 0.62% 0.87% -
XYZ 33.37 20.39 71.28 -
YUV 126.04 182.15 160.78 -
System Red Green Blue C M Y K H S L
Decimal 172 84 222 0.23 0.62 0 0.13 278.26 0.68 0.6
Hex AC 54 DE 17 3E 0 D 116 44 3C
Octal 254 124 336 27 76 0 15 426 104 74
Binary 10101100 1010100 11011110 10111 111110 0 1101 100010110 1000100 111100

Color Harmonies of #AC54DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54DE

Black with #AC54DE

Text Example


Text Example

White with #AC54DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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