Html Css Color HEX #AA46C7 Medium Orchid

📋 copy color: '#AA46C7'

red 170 ◦ green 70 ◦ blue 199

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

Shades of Medium Orchid #AA46C7

Tints of Medium Orchid #AA46C7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 199 (78.13% from 255) = 45.33%

R = 38.72%
G = 15.95%
B = 45.33%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA46C7 (or 0xAA46C7) is known color: Medium Orchid. HEX triplet: AA, 46 and C7. RGB value is (170,70,199). Sum of RGB (Red+Green+Blue) = 170+70+199=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA46C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46C7 is #55B938. Grayscale: #727272. Windows color (decimal): -5617977 or 13059754. OLE color: 13059754.

HSL color Cylindrical-coordinate representation of color #AA46C7: hue angle of 286.51º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA46C7 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 70 199 -
CMYK 0.15 0.65 0 0.22
HSL 286.51º 0.54% 0.53% -
HSV(B) 286.51º 0.65% 0.78% -
XYZ 29.08 17.05 55.79 -
YUV 114.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 170 70 199 0.15 0.65 0 0.22 286.51 0.54 0.53
Hex AA 46 C7 F 41 0 16 11F 36 35
Octal 252 106 307 17 101 0 26 437 66 65
Binary 10101010 1000110 11000111 1111 1000001 0 10110 100011111 110110 110101

Color Harmonies of #AA46C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA46C7

Black with #AA46C7

Text Example


Text Example

White with #AA46C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA46C7; }

 p { color: rgb(170,70,199); }

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

background-color css

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

 a { background-color: rgb(170,70,199); }

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

border-color css

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

 span { border-color: rgb(170,70,199); }

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