Html Css Color HEX #AA55DB Medium Orchid

📋 copy color: '#AA55DB'

red 170 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #AA55DB

Tints of Medium Orchid #AA55DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 35.86%
G = 17.93%
B = 46.2%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA55DB (or 0xAA55DB) is known color: Medium Orchid. HEX triplet: AA, 55 and DB. RGB value is (170,85,219). Sum of RGB (Red+Green+Blue) = 170+85+219=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55DB is #55AA24. Grayscale: #7D7D7D. Windows color (decimal): -5614117 or 14374314. OLE color: 14374314.

HSL color Cylindrical-coordinate representation of color #AA55DB: hue angle of 278.06º degrees, saturation: 0.65, 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 #AA55DB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 85 219 -
CMYK 0.22 0.61 0 0.14
HSL 278.06º 0.65% 0.6% -
HSV(B) 278.06º 0.61% 0.86% -
XYZ 32.61 20.16 69.19 -
YUV 125.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 170 85 219 0.22 0.61 0 0.14 278.06 0.65 0.6
Hex AA 55 DB 16 3D 0 E 116 41 3C
Octal 252 125 333 26 75 0 16 426 101 74
Binary 10101010 1010101 11011011 10110 111101 0 1110 100010110 1000001 111100

Color Harmonies of #AA55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55DB

Black with #AA55DB

Text Example


Text Example

White with #AA55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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