Html Css Color HEX #AC4FDE Medium Orchid

📋 copy color: '#AC4FDE'

red 172 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #AC4FDE

Tints of Medium Orchid #AC4FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 36.36%
G = 16.7%
B = 46.93%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4FDE (or 0xAC4FDE) is known color: Medium Orchid. HEX triplet: AC, 4F and DE. RGB value is (172,79,222). Sum of RGB (Red+Green+Blue) = 172+79+222=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC4FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FDE is #53B021. Grayscale: #7A7A7A. Windows color (decimal): -5484578 or 14569388. OLE color: 14569388.

HSL color Cylindrical-coordinate representation of color #AC4FDE: hue angle of 279.02º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4FDE is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 79 222 -
CMYK 0.23 0.64 0 0.13
HSL 279.02º 0.68% 0.59% -
HSV(B) 279.02º 0.64% 0.87% -
XYZ 32.99 19.64 71.16 -
YUV 123.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 172 79 222 0.23 0.64 0 0.13 279.02 0.68 0.59
Hex AC 4F DE 17 40 0 D 117 44 3B
Octal 254 117 336 27 100 0 15 427 104 73
Binary 10101100 1001111 11011110 10111 1000000 0 1101 100010111 1000100 111011

Color Harmonies of #AC4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FDE

Black with #AC4FDE

Text Example


Text Example

White with #AC4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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