Html Css Color HEX #AC5CDC Medium Orchid

📋 copy color: '#AC5CDC'

red 172 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #AC5CDC

Tints of Medium Orchid #AC5CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

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

R = 35.54%
G = 19.01%
B = 45.45%

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

#AC5CDC (or 0xAC5CDC) is known color: Medium Orchid. HEX triplet: AC, 5C and DC. RGB value is (172,92,220). Sum of RGB (Red+Green+Blue) = 172+92+220=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CDC is #53A323. Grayscale: #828282. Windows color (decimal): -5481252 or 14441644. OLE color: 14441644.

HSL color Cylindrical-coordinate representation of color #AC5CDC: hue angle of 277.5º degrees, saturation: 0.65, 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 #AC5CDC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 92 220 -
CMYK 0.22 0.58 0 0.14
HSL 277.5º 0.65% 0.61% -
HSV(B) 277.5º 0.58% 0.86% -
XYZ 33.76 21.59 70.1 -
YUV 130.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 172 92 220 0.22 0.58 0 0.14 277.5 0.65 0.61
Hex AC 5C DC 16 3A 0 E 116 41 3D
Octal 254 134 334 26 72 0 16 426 101 75
Binary 10101100 1011100 11011100 10110 111010 0 1110 100010110 1000001 111101

Color Harmonies of #AC5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CDC

Black with #AC5CDC

Text Example


Text Example

White with #AC5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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