Html Css Color HEX #AC4EEC Medium Orchid

📋 copy color: '#AC4EEC'

red 172 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #AC4EEC

Tints of Medium Orchid #AC4EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.05%

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

R = 35.39%
G = 16.05%
B = 48.56%

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

#AC4EEC (or 0xAC4EEC) is known color: Medium Orchid. HEX triplet: AC, 4E and EC. RGB value is (172,78,236). Sum of RGB (Red+Green+Blue) = 172+78+236=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EEC is #53B113. Grayscale: #7B7B7B. Windows color (decimal): -5484820 or 15486636. OLE color: 15486636.

HSL color Cylindrical-coordinate representation of color #AC4EEC: hue angle of 275.7º 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 #AC4EEC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 78 236 -
CMYK 0.27 0.67 0 0.07
HSL 275.7º 0.81% 0.62% -
HSV(B) 275.7º 0.67% 0.93% -
XYZ 34.88 20.28 81.43 -
YUV 124.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 172 78 236 0.27 0.67 0 0.07 275.7 0.81 0.62
Hex AC 4E EC 1B 43 0 7 114 51 3E
Octal 254 116 354 33 103 0 7 424 121 76
Binary 10101100 1001110 11101100 11011 1000011 0 111 100010100 1010001 111110

Color Harmonies of #AC4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EEC

Black with #AC4EEC

Text Example


Text Example

White with #AC4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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