Html Css Color HEX #AC4FDD Medium Orchid

📋 copy color: '#AC4FDD'

red 172 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #AC4FDD

Tints of Medium Orchid #AC4FDD

RGB

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

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

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

R = 36.44%
G = 16.74%
B = 46.82%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4FDD (or 0xAC4FDD) is known color: Medium Orchid. HEX triplet: AC, 4F and DD. RGB value is (172,79,221). Sum of RGB (Red+Green+Blue) = 172+79+221=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FDD is #53B022. Grayscale: #7A7A7A. Windows color (decimal): -5484579 or 14503852. OLE color: 14503852.

HSL color Cylindrical-coordinate representation of color #AC4FDD: hue angle of 279.3º 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 #AC4FDD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 79 221 -
CMYK 0.22 0.64 0 0.13
HSL 279.3º 0.68% 0.59% -
HSV(B) 279.3º 0.64% 0.87% -
XYZ 32.86 19.58 70.45 -
YUV 123 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 172 79 221 0.22 0.64 0 0.13 279.3 0.68 0.59
Hex AC 4F DD 16 40 0 D 117 44 3B
Octal 254 117 335 26 100 0 15 427 104 73
Binary 10101100 1001111 11011101 10110 1000000 0 1101 100010111 1000100 111011

Color Harmonies of #AC4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FDD

Black with #AC4FDD

Text Example


Text Example

White with #AC4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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