Html Css Color HEX #AA51DB Medium Orchid

📋 copy color: '#AA51DB'

red 170 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #AA51DB

Tints of Medium Orchid #AA51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 36.17%
G = 17.23%
B = 46.6%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA51DB (or 0xAA51DB) is known color: Medium Orchid. HEX triplet: AA, 51 and DB. RGB value is (170,81,219). Sum of RGB (Red+Green+Blue) = 170+81+219=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51DB is #55AE24. Grayscale: #7A7A7A. Windows color (decimal): -5615141 or 14373290. OLE color: 14373290.

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

Color convert

RGB 170 81 219 -
CMYK 0.22 0.63 0 0.14
HSL 278.7º 0.66% 0.59% -
HSV(B) 278.7º 0.63% 0.86% -
XYZ 32.31 19.55 69.09 -
YUV 123.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 170 81 219 0.22 0.63 0 0.14 278.7 0.66 0.59
Hex AA 51 DB 16 3F 0 E 117 42 3B
Octal 252 121 333 26 77 0 16 427 102 73
Binary 10101010 1010001 11011011 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AA51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51DB

Black with #AA51DB

Text Example


Text Example

White with #AA51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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