Html Css Color HEX #AA50FD Medium Orchid

📋 copy color: '#AA50FD'

red 170 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #AA50FD

Tints of Medium Orchid #AA50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 33.8%
G = 15.9%
B = 50.3%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA50FD (or 0xAA50FD) is known color: Medium Orchid. HEX triplet: AA, 50 and FD. RGB value is (170,80,253). Sum of RGB (Red+Green+Blue) = 170+80+253=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50FD is #55AF02. Grayscale: #7E7E7E. Windows color (decimal): -5615363 or 16601258. OLE color: 16601258.

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

Color convert

RGB 170 80 253 -
CMYK 0.33 0.68 0 0.01
HSL 271.21º 0.98% 0.65% -
HSV(B) 271.21º 0.68% 0.99% -
XYZ 37.18 21.38 95.09 -
YUV 126.63 199.32 158.93 -
System Red Green Blue C M Y K H S L
Decimal 170 80 253 0.33 0.68 0 0.01 271.21 0.98 0.65
Hex AA 50 FD 21 44 0 1 10F 62 41
Octal 252 120 375 41 104 0 1 417 142 101
Binary 10101010 1010000 11111101 100001 1000100 0 1 100001111 1100010 1000001

Color Harmonies of #AA50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50FD

Black with #AA50FD

Text Example


Text Example

White with #AA50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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