Html Css Color HEX #AC4EDD Medium Orchid

📋 copy color: '#AC4EDD'

red 172 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #AC4EDD

Tints of Medium Orchid #AC4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 36.52%
G = 16.56%
B = 46.92%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4EDD (or 0xAC4EDD) is known color: Medium Orchid. HEX triplet: AC, 4E and DD. RGB value is (172,78,221). Sum of RGB (Red+Green+Blue) = 172+78+221=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC4EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EDD is #53B122. Grayscale: #797979. Windows color (decimal): -5484835 or 14503596. OLE color: 14503596.

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

Color convert

RGB 172 78 221 -
CMYK 0.22 0.65 0 0.13
HSL 279.44º 0.68% 0.59% -
HSV(B) 279.44º 0.65% 0.87% -
XYZ 32.79 19.44 70.43 -
YUV 122.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 172 78 221 0.22 0.65 0 0.13 279.44 0.68 0.59
Hex AC 4E DD 16 41 0 D 117 44 3B
Octal 254 116 335 26 101 0 15 427 104 73
Binary 10101100 1001110 11011101 10110 1000001 0 1101 100010111 1000100 111011

Color Harmonies of #AC4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EDD

Black with #AC4EDD

Text Example


Text Example

White with #AC4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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