Html Css Color HEX #AC44EC Medium Orchid

📋 copy color: '#AC44EC'

red 172 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #AC44EC

Tints of Medium Orchid #AC44EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 36.13%
G = 14.29%
B = 49.58%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC44EC (or 0xAC44EC) is known color: Medium Orchid. HEX triplet: AC, 44 and EC. RGB value is (172,68,236). Sum of RGB (Red+Green+Blue) = 172+68+236=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC44EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC44EC is #53BB13. Grayscale: #757575. Windows color (decimal): -5487380 or 15484076. OLE color: 15484076.

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

Color convert

RGB 172 68 236 -
CMYK 0.27 0.71 0 0.07
HSL 277.14º 0.82% 0.6% -
HSV(B) 277.14º 0.71% 0.93% -
XYZ 34.22 18.96 81.21 -
YUV 118.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 172 68 236 0.27 0.71 0 0.07 277.14 0.82 0.6
Hex AC 44 EC 1B 47 0 7 115 52 3C
Octal 254 104 354 33 107 0 7 425 122 74
Binary 10101100 1000100 11101100 11011 1000111 0 111 100010101 1010010 111100

Color Harmonies of #AC44EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44EC

Black with #AC44EC

Text Example


Text Example

White with #AC44EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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