Html Css Color HEX #AC5ACD Medium Orchid

📋 copy color: '#AC5ACD'

red 172 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #AC5ACD

Tints of Medium Orchid #AC5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

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

R = 36.83%
G = 19.27%
B = 43.9%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC5ACD (or 0xAC5ACD) is known color: Medium Orchid. HEX triplet: AC, 5A and CD. RGB value is (172,90,205). Sum of RGB (Red+Green+Blue) = 172+90+205=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ACD is #53A532. Grayscale: #7F7F7F. Windows color (decimal): -5481779 or 13458092. OLE color: 13458092.

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

Color convert

RGB 172 90 205 -
CMYK 0.16 0.56 0 0.20
HSL 282.78º 0.53% 0.58% -
HSV(B) 282.78º 0.56% 0.8% -
XYZ 31.69 20.49 60.04 -
YUV 127.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 172 90 205 0.16 0.56 0 0.20 282.78 0.53 0.58
Hex AC 5A CD 10 38 0 14 11B 35 3A
Octal 254 132 315 20 70 0 24 433 65 72
Binary 10101100 1011010 11001101 10000 111000 0 10100 100011011 110101 111010

Color Harmonies of #AC5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ACD

Black with #AC5ACD

Text Example


Text Example

White with #AC5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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