Html Css Color HEX #AA50E6 Medium Orchid

📋 copy color: '#AA50E6'

red 170 ◦ green 80 ◦ blue 230

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

Shades of Medium Orchid #AA50E6

Tints of Medium Orchid #AA50E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 35.42%
G = 16.67%
B = 47.92%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA50E6 (or 0xAA50E6) is known color: Medium Orchid. HEX triplet: AA, 50 and E6. RGB value is (170,80,230). Sum of RGB (Red+Green+Blue) = 170+80+230=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA50E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50E6 is #55AF19. Grayscale: #7B7B7B. Windows color (decimal): -5615386 or 15093930. OLE color: 15093930.

HSL color Cylindrical-coordinate representation of color #AA50E6: hue angle of 276º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA50E6 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 80 230 -
CMYK 0.26 0.65 0 0.10
HSL 276º 0.75% 0.61% -
HSV(B) 276º 0.65% 0.9% -
XYZ 33.73 20 76.94 -
YUV 124.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 170 80 230 0.26 0.65 0 0.10 276 0.75 0.61
Hex AA 50 E6 1A 41 0 A 114 4B 3D
Octal 252 120 346 32 101 0 12 424 113 75
Binary 10101010 1010000 11100110 11010 1000001 0 1010 100010100 1001011 111101

Color Harmonies of #AA50E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50E6

Black with #AA50E6

Text Example


Text Example

White with #AA50E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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