Html Css Color HEX #AC5ADC Medium Orchid

📋 copy color: '#AC5ADC'

red 172 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #AC5ADC

Tints of Medium Orchid #AC5ADC

RGB

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

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

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

R = 35.68%
G = 18.67%
B = 45.64%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC5ADC (or 0xAC5ADC) is known color: Medium Orchid. HEX triplet: AC, 5A and DC. RGB value is (172,90,220). Sum of RGB (Red+Green+Blue) = 172+90+220=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ADC is #53A523. Grayscale: #808080. Windows color (decimal): -5481764 or 14441132. OLE color: 14441132.

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

Color convert

RGB 172 90 220 -
CMYK 0.22 0.59 0 0.14
HSL 277.85º 0.65% 0.61% -
HSV(B) 277.85º 0.59% 0.86% -
XYZ 33.59 21.25 70.04 -
YUV 129.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 172 90 220 0.22 0.59 0 0.14 277.85 0.65 0.61
Hex AC 5A DC 16 3B 0 E 116 41 3D
Octal 254 132 334 26 73 0 16 426 101 75
Binary 10101100 1011010 11011100 10110 111011 0 1110 100010110 1000001 111101

Color Harmonies of #AC5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ADC

Black with #AC5ADC

Text Example


Text Example

White with #AC5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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