Html Css Color HEX #AC4EF7 Medium Orchid

📋 copy color: '#AC4EF7'

red 172 ◦ green 78 ◦ blue 247

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

Shades of Medium Orchid #AC4EF7

Tints of Medium Orchid #AC4EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 34.61%
G = 15.69%
B = 49.7%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC4EF7 (or 0xAC4EF7) is known color: Medium Orchid. HEX triplet: AC, 4E and F7. RGB value is (172,78,247). Sum of RGB (Red+Green+Blue) = 172+78+247=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC4EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EF7 is #53B108. Grayscale: #7C7C7C. Windows color (decimal): -5484809 or 16207532. OLE color: 16207532.

HSL color Cylindrical-coordinate representation of color #AC4EF7: hue angle of 273.37º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4EF7 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 78 247 -
CMYK 0.30 0.68 0 0.03
HSL 273.37º 0.91% 0.64% -
HSV(B) 273.37º 0.68% 0.97% -
XYZ 36.53 20.93 90.11 -
YUV 125.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 172 78 247 0.30 0.68 0 0.03 273.37 0.91 0.64
Hex AC 4E F7 1E 44 0 3 111 5B 40
Octal 254 116 367 36 104 0 3 421 133 100
Binary 10101100 1001110 11110111 11110 1000100 0 11 100010001 1011011 1000000

Color Harmonies of #AC4EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EF7

Black with #AC4EF7

Text Example


Text Example

White with #AC4EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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