Html Css Color HEX #AC5DDC Medium Orchid

📋 copy color: '#AC5DDC'

red 172 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #AC5DDC

Tints of Medium Orchid #AC5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 35.46%
G = 19.18%
B = 45.36%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC5DDC (or 0xAC5DDC) is known color: Medium Orchid. HEX triplet: AC, 5D and DC. RGB value is (172,93,220). Sum of RGB (Red+Green+Blue) = 172+93+220=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDC is #53A223. Grayscale: #828282. Windows color (decimal): -5480996 or 14441900. OLE color: 14441900.

HSL color Cylindrical-coordinate representation of color #AC5DDC: hue angle of 277.32º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5DDC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 93 220 -
CMYK 0.22 0.58 0 0.14
HSL 277.32º 0.64% 0.61% -
HSV(B) 277.32º 0.58% 0.86% -
XYZ 33.85 21.77 70.13 -
YUV 131.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 172 93 220 0.22 0.58 0 0.14 277.32 0.64 0.61
Hex AC 5D DC 16 3A 0 E 115 40 3D
Octal 254 135 334 26 72 0 16 425 100 75
Binary 10101100 1011101 11011100 10110 111010 0 1110 100010101 1000000 111101

Color Harmonies of #AC5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DDC

Black with #AC5DDC

Text Example


Text Example

White with #AC5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DDC; }

 p { color: rgb(172,93,220); }

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

background-color css

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

 a { background-color: rgb(172,93,220); }

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

border-color css

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

 span { border-color: rgb(172,93,220); }

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