Html Css Color HEX #AA50EB Medium Orchid

📋 copy color: '#AA50EB'

red 170 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #AA50EB

Tints of Medium Orchid #AA50EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 35.05%
G = 16.49%
B = 48.45%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA50EB (or 0xAA50EB) is known color: Medium Orchid. HEX triplet: AA, 50 and EB. RGB value is (170,80,235). Sum of RGB (Red+Green+Blue) = 170+80+235=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50EB is #55AF14. Grayscale: #7C7C7C. Windows color (decimal): -5615381 or 15421610. OLE color: 15421610.

HSL color Cylindrical-coordinate representation of color #AA50EB: hue angle of 274.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA50EB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 80 235 -
CMYK 0.28 0.66 0 0.08
HSL 274.84º 0.79% 0.62% -
HSV(B) 274.84º 0.66% 0.92% -
XYZ 34.44 20.28 80.7 -
YUV 124.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 170 80 235 0.28 0.66 0 0.08 274.84 0.79 0.62
Hex AA 50 EB 1C 42 0 8 113 4F 3E
Octal 252 120 353 34 102 0 10 423 117 76
Binary 10101010 1010000 11101011 11100 1000010 0 1000 100010011 1001111 111110

Color Harmonies of #AA50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50EB

Black with #AA50EB

Text Example


Text Example

White with #AA50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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