Html Css Color HEX #AC55ED Medium Orchid

📋 copy color: '#AC55ED'

red 172 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #AC55ED

Tints of Medium Orchid #AC55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 34.82%
G = 17.21%
B = 47.98%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC55ED (or 0xAC55ED) is known color: Medium Orchid. HEX triplet: AC, 55 and ED. RGB value is (172,85,237). Sum of RGB (Red+Green+Blue) = 172+85+237=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55ED is #53AA12. Grayscale: #7F7F7F. Windows color (decimal): -5483027 or 15553964. OLE color: 15553964.

HSL color Cylindrical-coordinate representation of color #AC55ED: hue angle of 274.34º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC55ED is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 85 237 -
CMYK 0.27 0.64 0 0.07
HSL 274.34º 0.81% 0.63% -
HSV(B) 274.34º 0.64% 0.93% -
XYZ 35.55 21.38 82.37 -
YUV 128.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 172 85 237 0.27 0.64 0 0.07 274.34 0.81 0.63
Hex AC 55 ED 1B 40 0 7 112 51 3F
Octal 254 125 355 33 100 0 7 422 121 77
Binary 10101100 1010101 11101101 11011 1000000 0 111 100010010 1010001 111111

Color Harmonies of #AC55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55ED

Black with #AC55ED

Text Example


Text Example

White with #AC55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55ED; }

 p { color: rgb(172,85,237); }

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

background-color css

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

 a { background-color: rgb(172,85,237); }

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

border-color css

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

 span { border-color: rgb(172,85,237); }

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