Html Css Color HEX #AA49FB Medium Orchid

📋 copy color: '#AA49FB'

red 170 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #AA49FB

Tints of Medium Orchid #AA49FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.78%

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

R = 34.41%
G = 14.78%
B = 50.81%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA49FB (or 0xAA49FB) is known color: Medium Orchid. HEX triplet: AA, 49 and FB. RGB value is (170,73,251). Sum of RGB (Red+Green+Blue) = 170+73+251=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49FB is #55B604. Grayscale: #797979. Windows color (decimal): -5617157 or 16468394. OLE color: 16468394.

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

Color convert

RGB 170 73 251 -
CMYK 0.32 0.71 0 0.02
HSL 272.7º 0.96% 0.64% -
HSV(B) 272.7º 0.71% 0.98% -
XYZ 36.37 20.28 93.26 -
YUV 122.3 200.64 162.03 -
System Red Green Blue C M Y K H S L
Decimal 170 73 251 0.32 0.71 0 0.02 272.7 0.96 0.64
Hex AA 49 FB 20 47 0 2 111 60 40
Octal 252 111 373 40 107 0 2 421 140 100
Binary 10101010 1001001 11111011 100000 1000111 0 10 100010001 1100000 1000000

Color Harmonies of #AA49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49FB

Black with #AA49FB

Text Example


Text Example

White with #AA49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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