Html Css Color HEX #AA55D1 Medium Orchid

📋 copy color: '#AA55D1'

red 170 ◦ green 85 ◦ blue 209

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

Shades of Medium Orchid #AA55D1

Tints of Medium Orchid #AA55D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 36.64%
G = 18.32%
B = 45.04%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA55D1 (or 0xAA55D1) is known color: Medium Orchid. HEX triplet: AA, 55 and D1. RGB value is (170,85,209). Sum of RGB (Red+Green+Blue) = 170+85+209=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA55D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55D1 is #55AA2E. Grayscale: #7C7C7C. Windows color (decimal): -5614127 or 13718954. OLE color: 13718954.

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

Color convert

RGB 170 85 209 -
CMYK 0.19 0.59 0 0.18
HSL 281.13º 0.57% 0.58% -
HSV(B) 281.13º 0.59% 0.82% -
XYZ 31.33 19.65 62.46 -
YUV 124.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 170 85 209 0.19 0.59 0 0.18 281.13 0.57 0.58
Hex AA 55 D1 13 3B 0 12 119 39 3A
Octal 252 125 321 23 73 0 22 431 71 72
Binary 10101010 1010101 11010001 10011 111011 0 10010 100011001 111001 111010

Color Harmonies of #AA55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55D1

Black with #AA55D1

Text Example


Text Example

White with #AA55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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