Html Css Color HEX #AC44C1 Medium Orchid

📋 copy color: '#AC44C1'

red 172 ◦ green 68 ◦ blue 193

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

Shades of Medium Orchid #AC44C1

Tints of Medium Orchid #AC44C1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.7%

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

R = 39.72%
G = 15.7%
B = 44.57%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC44C1 (or 0xAC44C1) is known color: Medium Orchid. HEX triplet: AC, 44 and C1. RGB value is (172,68,193). Sum of RGB (Red+Green+Blue) = 172+68+193=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC44C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44C1 is #53BB3E. Grayscale: #707070. Windows color (decimal): -5487423 or 12666028. OLE color: 12666028.

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

Color convert

RGB 172 68 193 -
CMYK 0.11 0.65 0 0.24
HSL 289.92º 0.5% 0.51% -
HSV(B) 289.92º 0.65% 0.76% -
XYZ 28.71 16.76 52.17 -
YUV 113.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 172 68 193 0.11 0.65 0 0.24 289.92 0.5 0.51
Hex AC 44 C1 B 41 0 18 122 32 33
Octal 254 104 301 13 101 0 30 442 62 63
Binary 10101100 1000100 11000001 1011 1000001 0 11000 100100010 110010 110011

Color Harmonies of #AC44C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44C1

Black with #AC44C1

Text Example


Text Example

White with #AC44C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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