Html Css Color HEX #AC4EFC Medium Orchid

📋 copy color: '#AC4EFC'

red 172 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #AC4EFC

Tints of Medium Orchid #AC4EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 34.26%
G = 15.54%
B = 50.2%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC4EFC (or 0xAC4EFC) is known color: Medium Orchid. HEX triplet: AC, 4E and FC. RGB value is (172,78,252). Sum of RGB (Red+Green+Blue) = 172+78+252=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EFC is #53B103. Grayscale: #7D7D7D. Windows color (decimal): -5484804 or 16535212. OLE color: 16535212.

HSL color Cylindrical-coordinate representation of color #AC4EFC: hue angle of 272.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4EFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 78 252 -
CMYK 0.32 0.69 0 0.01
HSL 272.41º 0.97% 0.65% -
HSV(B) 272.41º 0.69% 0.99% -
XYZ 37.31 21.25 94.23 -
YUV 125.94 199.14 160.85 -
System Red Green Blue C M Y K H S L
Decimal 172 78 252 0.32 0.69 0 0.01 272.41 0.97 0.65
Hex AC 4E FC 20 45 0 1 110 61 41
Octal 254 116 374 40 105 0 1 420 141 101
Binary 10101100 1001110 11111100 100000 1000101 0 1 100010000 1100001 1000001

Color Harmonies of #AC4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EFC

Black with #AC4EFC

Text Example


Text Example

White with #AC4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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