Html Css Color HEX #AA50E9 Medium Orchid

📋 copy color: '#AA50E9'

red 170 ◦ green 80 ◦ blue 233

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

Shades of Medium Orchid #AA50E9

Tints of Medium Orchid #AA50E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 35.2%
G = 16.56%
B = 48.24%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA50E9 (or 0xAA50E9) is known color: Medium Orchid. HEX triplet: AA, 50 and E9. RGB value is (170,80,233). Sum of RGB (Red+Green+Blue) = 170+80+233=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50E9 is #55AF16. Grayscale: #7B7B7B. Windows color (decimal): -5615383 or 15290538. OLE color: 15290538.

HSL color Cylindrical-coordinate representation of color #AA50E9: hue angle of 275.29º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA50E9 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 80 233 -
CMYK 0.27 0.66 0 0.09
HSL 275.29º 0.78% 0.61% -
HSV(B) 275.29º 0.66% 0.91% -
XYZ 34.15 20.17 79.18 -
YUV 124.35 189.32 160.56 -
System Red Green Blue C M Y K H S L
Decimal 170 80 233 0.27 0.66 0 0.09 275.29 0.78 0.61
Hex AA 50 E9 1B 42 0 9 113 4E 3D
Octal 252 120 351 33 102 0 11 423 116 75
Binary 10101010 1010000 11101001 11011 1000010 0 1001 100010011 1001110 111101

Color Harmonies of #AA50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50E9

Black with #AA50E9

Text Example


Text Example

White with #AA50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50E9; }

 p { color: rgb(170,80,233); }

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

background-color css

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

 a { background-color: rgb(170,80,233); }

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

border-color css

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

 span { border-color: rgb(170,80,233); }

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