Html Css Color HEX #AC55C1 Medium Orchid

📋 copy color: '#AC55C1'

red 172 ◦ green 85 ◦ blue 193

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

Shades of Medium Orchid #AC55C1

Tints of Medium Orchid #AC55C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 38.22%
G = 18.89%
B = 42.89%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC55C1 (or 0xAC55C1) is known color: Medium Orchid. HEX triplet: AC, 55 and C1. RGB value is (172,85,193). Sum of RGB (Red+Green+Blue) = 172+85+193=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC55C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55C1 is #53AA3E. Grayscale: #7A7A7A. Windows color (decimal): -5483071 or 12670380. OLE color: 12670380.

HSL color Cylindrical-coordinate representation of color #AC55C1: hue angle of 288.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC55C1 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 85 193 -
CMYK 0.11 0.56 0 0.24
HSL 288.33º 0.47% 0.55% -
HSV(B) 288.33º 0.56% 0.76% -
XYZ 29.89 19.12 52.57 -
YUV 123.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 172 85 193 0.11 0.56 0 0.24 288.33 0.47 0.55
Hex AC 55 C1 B 38 0 18 120 2F 37
Octal 254 125 301 13 70 0 30 440 57 67
Binary 10101100 1010101 11000001 1011 111000 0 11000 100100000 101111 110111

Color Harmonies of #AC55C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55C1

Black with #AC55C1

Text Example


Text Example

White with #AC55C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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