Html Css Color HEX #AA50FB Medium Orchid

📋 copy color: '#AA50FB'

red 170 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #AA50FB

Tints of Medium Orchid #AA50FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 33.93%
G = 15.97%
B = 50.1%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA50FB (or 0xAA50FB) is known color: Medium Orchid. HEX triplet: AA, 50 and FB. RGB value is (170,80,251). Sum of RGB (Red+Green+Blue) = 170+80+251=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA50FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50FB is #55AF04. Grayscale: #7D7D7D. Windows color (decimal): -5615365 or 16470186. OLE color: 16470186.

HSL color Cylindrical-coordinate representation of color #AA50FB: hue angle of 271.58º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA50FB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 80 251 -
CMYK 0.32 0.68 0 0.02
HSL 271.58º 0.96% 0.65% -
HSV(B) 271.58º 0.68% 0.98% -
XYZ 36.86 21.25 93.43 -
YUV 126.4 198.32 159.1 -
System Red Green Blue C M Y K H S L
Decimal 170 80 251 0.32 0.68 0 0.02 271.58 0.96 0.65
Hex AA 50 FB 20 44 0 2 110 60 41
Octal 252 120 373 40 104 0 2 420 140 101
Binary 10101010 1010000 11111011 100000 1000100 0 10 100010000 1100000 1000001

Color Harmonies of #AA50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50FB

Black with #AA50FB

Text Example


Text Example

White with #AA50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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