Html Css Color HEX #AA55D0 Medium Orchid

📋 copy color: '#AA55D0'

red 170 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #AA55D0

Tints of Medium Orchid #AA55D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 36.72%
G = 18.36%
B = 44.92%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA55D0 (or 0xAA55D0) is known color: Medium Orchid. HEX triplet: AA, 55 and D0. RGB value is (170,85,208). Sum of RGB (Red+Green+Blue) = 170+85+208=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA55D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55D0 is #55AA2F. Grayscale: #7C7C7C. Windows color (decimal): -5614128 or 13653418. OLE color: 13653418.

HSL color Cylindrical-coordinate representation of color #AA55D0: hue angle of 281.46º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA55D0 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 85 208 -
CMYK 0.18 0.59 0 0.18
HSL 281.46º 0.57% 0.57% -
HSV(B) 281.46º 0.59% 0.82% -
XYZ 31.21 19.6 61.81 -
YUV 124.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 170 85 208 0.18 0.59 0 0.18 281.46 0.57 0.57
Hex AA 55 D0 12 3B 0 12 119 39 39
Octal 252 125 320 22 73 0 22 431 71 71
Binary 10101010 1010101 11010000 10010 111011 0 10010 100011001 111001 111001

Color Harmonies of #AA55D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55D0

Black with #AA55D0

Text Example


Text Example

White with #AA55D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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