Html Css Color HEX #AA50FE Medium Orchid

📋 copy color: '#AA50FE'

red 170 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #AA50FE

Tints of Medium Orchid #AA50FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 33.73%
G = 15.87%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA50FE (or 0xAA50FE) is known color: Medium Orchid. HEX triplet: AA, 50 and FE. RGB value is (170,80,254). Sum of RGB (Red+Green+Blue) = 170+80+254=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50FE is #55AF01. Grayscale: #7E7E7E. Windows color (decimal): -5615362 or 16666794. OLE color: 16666794.

HSL color Cylindrical-coordinate representation of color #AA50FE: hue angle of 271.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA50FE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 80 254 -
CMYK 0.33 0.69 0 0.00
HSL 271.03º 0.99% 0.65% -
HSV(B) 271.03º 0.69% 1% -
XYZ 37.34 21.44 95.94 -
YUV 126.75 199.82 158.85 -
System Red Green Blue C M Y K H S L
Decimal 170 80 254 0.33 0.69 0 0.00 271.03 0.99 0.65
Hex AA 50 FE 21 45 0 0 10F 63 41
Octal 252 120 376 41 105 0 0 417 143 101
Binary 10101010 1010000 11111110 100001 1000101 0 0 100001111 1100011 1000001

Color Harmonies of #AA50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50FE

Black with #AA50FE

Text Example


Text Example

White with #AA50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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