Html Css Color HEX #AA46E7 Medium Orchid

📋 copy color: '#AA46E7'

red 170 ◦ green 70 ◦ blue 231

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

Shades of Medium Orchid #AA46E7

Tints of Medium Orchid #AA46E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 36.09%
G = 14.86%
B = 49.04%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA46E7 (or 0xAA46E7) is known color: Medium Orchid. HEX triplet: AA, 46 and E7. RGB value is (170,70,231). Sum of RGB (Red+Green+Blue) = 170+70+231=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA46E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA46E7 is #55B918. Grayscale: #757575. Windows color (decimal): -5617945 or 15156906. OLE color: 15156906.

HSL color Cylindrical-coordinate representation of color #AA46E7: hue angle of 277.27º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA46E7 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 70 231 -
CMYK 0.26 0.70 0 0.09
HSL 277.27º 0.77% 0.59% -
HSV(B) 277.27º 0.7% 0.91% -
XYZ 33.19 18.7 77.46 -
YUV 118.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 170 70 231 0.26 0.70 0 0.09 277.27 0.77 0.59
Hex AA 46 E7 1A 46 0 9 115 4D 3B
Octal 252 106 347 32 106 0 11 425 115 73
Binary 10101010 1000110 11100111 11010 1000110 0 1001 100010101 1001101 111011

Color Harmonies of #AA46E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA46E7

Black with #AA46E7

Text Example


Text Example

White with #AA46E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA46E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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