Html Css Color HEX #AC4FEC Medium Orchid

📋 copy color: '#AC4FEC'

red 172 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #AC4FEC

Tints of Medium Orchid #AC4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

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

R = 35.32%
G = 16.22%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4FEC (or 0xAC4FEC) is known color: Medium Orchid. HEX triplet: AC, 4F and EC. RGB value is (172,79,236). Sum of RGB (Red+Green+Blue) = 172+79+236=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FEC is #53B013. Grayscale: #7C7C7C. Windows color (decimal): -5484564 or 15486892. OLE color: 15486892.

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

Color convert

RGB 172 79 236 -
CMYK 0.27 0.67 0 0.07
HSL 275.54º 0.81% 0.62% -
HSV(B) 275.54º 0.67% 0.93% -
XYZ 34.95 20.42 81.46 -
YUV 124.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 172 79 236 0.27 0.67 0 0.07 275.54 0.81 0.62
Hex AC 4F EC 1B 43 0 7 114 51 3E
Octal 254 117 354 33 103 0 7 424 121 76
Binary 10101100 1001111 11101100 11011 1000011 0 111 100010100 1010001 111110

Color Harmonies of #AC4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FEC

Black with #AC4FEC

Text Example


Text Example

White with #AC4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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