Html Css Color HEX #AA55DD Medium Orchid

📋 copy color: '#AA55DD'

red 170 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #AA55DD

Tints of Medium Orchid #AA55DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 35.71%
G = 17.86%
B = 46.43%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA55DD (or 0xAA55DD) is known color: Medium Orchid. HEX triplet: AA, 55 and DD. RGB value is (170,85,221). Sum of RGB (Red+Green+Blue) = 170+85+221=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55DD is #55AA22. Grayscale: #7D7D7D. Windows color (decimal): -5614115 or 14505386. OLE color: 14505386.

HSL color Cylindrical-coordinate representation of color #AA55DD: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA55DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 85 221 -
CMYK 0.23 0.62 0 0.13
HSL 277.5º 0.67% 0.6% -
HSV(B) 277.5º 0.62% 0.87% -
XYZ 32.88 20.26 70.59 -
YUV 125.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 170 85 221 0.23 0.62 0 0.13 277.5 0.67 0.6
Hex AA 55 DD 17 3E 0 D 116 43 3C
Octal 252 125 335 27 76 0 15 426 103 74
Binary 10101010 1010101 11011101 10111 111110 0 1101 100010110 1000011 111100

Color Harmonies of #AA55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55DD

Black with #AA55DD

Text Example


Text Example

White with #AA55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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