Html Css Color HEX #AA55DC Medium Orchid

📋 copy color: '#AA55DC'

red 170 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #AA55DC

Tints of Medium Orchid #AA55DC

RGB

 RED value IS 170 (66.8% from 255) = 35.79%

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 35.79%
G = 17.89%
B = 46.32%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA55DC (or 0xAA55DC) is known color: Medium Orchid. HEX triplet: AA, 55 and DC. RGB value is (170,85,220). Sum of RGB (Red+Green+Blue) = 170+85+220=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55DC is #55AA23. Grayscale: #7D7D7D. Windows color (decimal): -5614116 or 14439850. OLE color: 14439850.

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

Color convert

RGB 170 85 220 -
CMYK 0.23 0.61 0 0.14
HSL 277.78º 0.66% 0.6% -
HSV(B) 277.78º 0.61% 0.86% -
XYZ 32.74 20.21 69.89 -
YUV 125.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 170 85 220 0.23 0.61 0 0.14 277.78 0.66 0.6
Hex AA 55 DC 17 3D 0 E 116 42 3C
Octal 252 125 334 27 75 0 16 426 102 74
Binary 10101010 1010101 11011100 10111 111101 0 1110 100010110 1000010 111100

Color Harmonies of #AA55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55DC

Black with #AA55DC

Text Example


Text Example

White with #AA55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55DC; }

 p { color: rgb(170,85,220); }

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

background-color css

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

 a { background-color: rgb(170,85,220); }

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

border-color css

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

 span { border-color: rgb(170,85,220); }

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