Html Css Color HEX #AA49FC Medium Orchid

📋 copy color: '#AA49FC'

red 170 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #AA49FC

Tints of Medium Orchid #AA49FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 34.34%
G = 14.75%
B = 50.91%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA49FC (or 0xAA49FC) is known color: Medium Orchid. HEX triplet: AA, 49 and FC. RGB value is (170,73,252). Sum of RGB (Red+Green+Blue) = 170+73+252=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49FC is #55B603. Grayscale: #797979. Windows color (decimal): -5617156 or 16533930. OLE color: 16533930.

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

Color convert

RGB 170 73 252 -
CMYK 0.33 0.71 0 0.01
HSL 272.51º 0.97% 0.64% -
HSV(B) 272.51º 0.71% 0.99% -
XYZ 36.53 20.34 94.1 -
YUV 122.41 201.14 161.95 -
System Red Green Blue C M Y K H S L
Decimal 170 73 252 0.33 0.71 0 0.01 272.51 0.97 0.64
Hex AA 49 FC 21 47 0 1 111 61 40
Octal 252 111 374 41 107 0 1 421 141 100
Binary 10101010 1001001 11111100 100001 1000111 0 1 100010001 1100001 1000000

Color Harmonies of #AA49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49FC

Black with #AA49FC

Text Example


Text Example

White with #AA49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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