Html Css Color HEX #AA56E7 Medium Orchid

📋 copy color: '#AA56E7'

red 170 ◦ green 86 ◦ blue 231

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

Shades of Medium Orchid #AA56E7

Tints of Medium Orchid #AA56E7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.66%

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

R = 34.91%
G = 17.66%
B = 47.43%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA56E7 (or 0xAA56E7) is known color: Medium Orchid. HEX triplet: AA, 56 and E7. RGB value is (170,86,231). Sum of RGB (Red+Green+Blue) = 170+86+231=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA56E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56E7 is #55A918. Grayscale: #7F7F7F. Windows color (decimal): -5613849 or 15161002. OLE color: 15161002.

HSL color Cylindrical-coordinate representation of color #AA56E7: hue angle of 274.76º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA56E7 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 86 231 -
CMYK 0.26 0.63 0 0.09
HSL 274.76º 0.75% 0.62% -
HSV(B) 274.76º 0.63% 0.91% -
XYZ 34.33 20.97 77.84 -
YUV 127.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 170 86 231 0.26 0.63 0 0.09 274.76 0.75 0.62
Hex AA 56 E7 1A 3F 0 9 113 4B 3E
Octal 252 126 347 32 77 0 11 423 113 76
Binary 10101010 1010110 11100111 11010 111111 0 1001 100010011 1001011 111110

Color Harmonies of #AA56E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56E7

Black with #AA56E7

Text Example


Text Example

White with #AA56E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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