Html Css Color HEX #AC55E1 Medium Orchid

📋 copy color: '#AC55E1'

red 172 ◦ green 85 ◦ blue 225

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

Shades of Medium Orchid #AC55E1

Tints of Medium Orchid #AC55E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 35.68%
G = 17.63%
B = 46.68%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC55E1 (or 0xAC55E1) is known color: Medium Orchid. HEX triplet: AC, 55 and E1. RGB value is (172,85,225). Sum of RGB (Red+Green+Blue) = 172+85+225=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC55E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55E1 is #53AA1E. Grayscale: #7E7E7E. Windows color (decimal): -5483039 or 14767532. OLE color: 14767532.

HSL color Cylindrical-coordinate representation of color #AC55E1: hue angle of 277.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC55E1 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 85 225 -
CMYK 0.24 0.62 0 0.12
HSL 277.29º 0.7% 0.61% -
HSV(B) 277.29º 0.62% 0.88% -
XYZ 33.85 20.7 73.45 -
YUV 126.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 172 85 225 0.24 0.62 0 0.12 277.29 0.7 0.61
Hex AC 55 E1 18 3E 0 C 115 46 3D
Octal 254 125 341 30 76 0 14 425 106 75
Binary 10101100 1010101 11100001 11000 111110 0 1100 100010101 1000110 111101

Color Harmonies of #AC55E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55E1

Black with #AC55E1

Text Example


Text Example

White with #AC55E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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