Html Css Color HEX #AC4FEF Medium Orchid

📋 copy color: '#AC4FEF'

red 172 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #AC4FEF

Tints of Medium Orchid #AC4FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 35.1%
G = 16.12%
B = 48.78%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC4FEF (or 0xAC4FEF) is known color: Medium Orchid. HEX triplet: AC, 4F and EF. RGB value is (172,79,239). Sum of RGB (Red+Green+Blue) = 172+79+239=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC4FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FEF is #53B010. Grayscale: #7C7C7C. Windows color (decimal): -5484561 or 15683500. OLE color: 15683500.

HSL color Cylindrical-coordinate representation of color #AC4FEF: hue angle of 274.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4FEF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 79 239 -
CMYK 0.28 0.67 0 0.06
HSL 274.88º 0.83% 0.62% -
HSV(B) 274.88º 0.67% 0.94% -
XYZ 35.39 20.59 83.77 -
YUV 125.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 172 79 239 0.28 0.67 0 0.06 274.88 0.83 0.62
Hex AC 4F EF 1C 43 0 6 113 53 3E
Octal 254 117 357 34 103 0 6 423 123 76
Binary 10101100 1001111 11101111 11100 1000011 0 110 100010011 1010011 111110

Color Harmonies of #AC4FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FEF

Black with #AC4FEF

Text Example


Text Example

White with #AC4FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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