Html Css Color HEX #AC4DED Medium Orchid

📋 copy color: '#AC4DED'

red 172 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #AC4DED

Tints of Medium Orchid #AC4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.84%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 35.39%
G = 15.84%
B = 48.77%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4DED (or 0xAC4DED) is known color: Medium Orchid. HEX triplet: AC, 4D and ED. RGB value is (172,77,237). Sum of RGB (Red+Green+Blue) = 172+77+237=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DED is #53B212. Grayscale: #7B7B7B. Windows color (decimal): -5485075 or 15551916. OLE color: 15551916.

HSL color Cylindrical-coordinate representation of color #AC4DED: hue angle of 275.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4DED is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 77 237 -
CMYK 0.27 0.68 0 0.07
HSL 275.63º 0.82% 0.62% -
HSV(B) 275.63º 0.68% 0.93% -
XYZ 34.95 20.19 82.18 -
YUV 123.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 172 77 237 0.27 0.68 0 0.07 275.63 0.82 0.62
Hex AC 4D ED 1B 44 0 7 114 52 3E
Octal 254 115 355 33 104 0 7 424 122 76
Binary 10101100 1001101 11101101 11011 1000100 0 111 100010100 1010010 111110

Color Harmonies of #AC4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DED

Black with #AC4DED

Text Example


Text Example

White with #AC4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DED; }

 p { color: rgb(172,77,237); }

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

background-color css

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

 a { background-color: rgb(172,77,237); }

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

border-color css

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

 span { border-color: rgb(172,77,237); }

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