Html Css Color HEX #AA49CF Medium Orchid

📋 copy color: '#AA49CF'

red 170 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #AA49CF

Tints of Medium Orchid #AA49CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 37.78%
G = 16.22%
B = 46%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA49CF (or 0xAA49CF) is known color: Medium Orchid. HEX triplet: AA, 49 and CF. RGB value is (170,73,207). Sum of RGB (Red+Green+Blue) = 170+73+207=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49CF is #55B630. Grayscale: #747474. Windows color (decimal): -5617201 or 13584810. OLE color: 13584810.

HSL color Cylindrical-coordinate representation of color #AA49CF: hue angle of 283.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA49CF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 73 207 -
CMYK 0.18 0.65 0 0.19
HSL 283.43º 0.58% 0.55% -
HSV(B) 283.43º 0.65% 0.81% -
XYZ 30.22 17.82 60.88 -
YUV 117.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 170 73 207 0.18 0.65 0 0.19 283.43 0.58 0.55
Hex AA 49 CF 12 41 0 13 11B 3A 37
Octal 252 111 317 22 101 0 23 433 72 67
Binary 10101010 1001001 11001111 10010 1000001 0 10011 100011011 111010 110111

Color Harmonies of #AA49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49CF

Black with #AA49CF

Text Example


Text Example

White with #AA49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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