Html Css Color HEX #AC5DCD Medium Orchid

📋 copy color: '#AC5DCD'

red 172 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #AC5DCD

Tints of Medium Orchid #AC5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 36.6%
G = 19.79%
B = 43.62%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC5DCD (or 0xAC5DCD) is known color: Medium Orchid. HEX triplet: AC, 5D and CD. RGB value is (172,93,205). Sum of RGB (Red+Green+Blue) = 172+93+205=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DCD is #53A232. Grayscale: #818181. Windows color (decimal): -5481011 or 13458860. OLE color: 13458860.

HSL color Cylindrical-coordinate representation of color #AC5DCD: hue angle of 282.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5DCD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 93 205 -
CMYK 0.16 0.55 0 0.20
HSL 282.32º 0.53% 0.58% -
HSV(B) 282.32º 0.55% 0.8% -
XYZ 31.95 21.01 60.13 -
YUV 129.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 172 93 205 0.16 0.55 0 0.20 282.32 0.53 0.58
Hex AC 5D CD 10 37 0 14 11A 35 3A
Octal 254 135 315 20 67 0 24 432 65 72
Binary 10101100 1011101 11001101 10000 110111 0 10100 100011010 110101 111010

Color Harmonies of #AC5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DCD

Black with #AC5DCD

Text Example


Text Example

White with #AC5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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