Html Css Color HEX #AA46D7 Medium Orchid

📋 copy color: '#AA46D7'

red 170 ◦ green 70 ◦ blue 215

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

Shades of Medium Orchid #AA46D7

Tints of Medium Orchid #AA46D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 37.36%
G = 15.38%
B = 47.25%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA46D7 (or 0xAA46D7) is known color: Medium Orchid. HEX triplet: AA, 46 and D7. RGB value is (170,70,215). Sum of RGB (Red+Green+Blue) = 170+70+215=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA46D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46D7 is #55B928. Grayscale: #737373. Windows color (decimal): -5617961 or 14108330. OLE color: 14108330.

HSL color Cylindrical-coordinate representation of color #AA46D7: hue angle of 281.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA46D7 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 70 215 -
CMYK 0.21 0.67 0 0.16
HSL 281.38º 0.64% 0.56% -
HSV(B) 281.38º 0.67% 0.84% -
XYZ 31.03 17.83 66.1 -
YUV 116.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 170 70 215 0.21 0.67 0 0.16 281.38 0.64 0.56
Hex AA 46 D7 15 43 0 10 119 40 38
Octal 252 106 327 25 103 0 20 431 100 70
Binary 10101010 1000110 11010111 10101 1000011 0 10000 100011001 1000000 111000

Color Harmonies of #AA46D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA46D7

Black with #AA46D7

Text Example


Text Example

White with #AA46D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA46D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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