Html Css Color HEX #AC4DDA Medium Orchid

📋 copy color: '#AC4DDA'

red 172 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #AC4DDA

Tints of Medium Orchid #AC4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 36.83%
G = 16.49%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC4DDA (or 0xAC4DDA) is known color: Medium Orchid. HEX triplet: AC, 4D and DA. RGB value is (172,77,218). Sum of RGB (Red+Green+Blue) = 172+77+218=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC4DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDA is #53B225. Grayscale: #797979. Windows color (decimal): -5485094 or 14306732. OLE color: 14306732.

HSL color Cylindrical-coordinate representation of color #AC4DDA: hue angle of 280.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4DDA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 77 218 -
CMYK 0.21 0.65 0 0.15
HSL 280.43º 0.66% 0.58% -
HSV(B) 280.43º 0.65% 0.85% -
XYZ 32.32 19.14 68.32 -
YUV 121.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 172 77 218 0.21 0.65 0 0.15 280.43 0.66 0.58
Hex AC 4D DA 15 41 0 F 118 42 3A
Octal 254 115 332 25 101 0 17 430 102 72
Binary 10101100 1001101 11011010 10101 1000001 0 1111 100011000 1000010 111010

Color Harmonies of #AC4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DDA

Black with #AC4DDA

Text Example


Text Example

White with #AC4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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