Html Css Color HEX #AA55E7 Medium Orchid

📋 copy color: '#AA55E7'

red 170 ◦ green 85 ◦ blue 231

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

Shades of Medium Orchid #AA55E7

Tints of Medium Orchid #AA55E7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.49%

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

R = 34.98%
G = 17.49%
B = 47.53%

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

#AA55E7 (or 0xAA55E7) is known color: Medium Orchid. HEX triplet: AA, 55 and E7. RGB value is (170,85,231). Sum of RGB (Red+Green+Blue) = 170+85+231=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA55E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55E7 is #55AA18. Grayscale: #7E7E7E. Windows color (decimal): -5614105 or 15160746. OLE color: 15160746.

HSL color Cylindrical-coordinate representation of color #AA55E7: hue angle of 274.93º 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 #AA55E7 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 85 231 -
CMYK 0.26 0.63 0 0.09
HSL 274.93º 0.75% 0.62% -
HSV(B) 274.93º 0.63% 0.91% -
XYZ 34.25 20.81 77.81 -
YUV 127.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 170 85 231 0.26 0.63 0 0.09 274.93 0.75 0.62
Hex AA 55 E7 1A 3F 0 9 113 4B 3E
Octal 252 125 347 32 77 0 11 423 113 76
Binary 10101010 1010101 11100111 11010 111111 0 1001 100010011 1001011 111110

Color Harmonies of #AA55E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55E7

Black with #AA55E7

Text Example


Text Example

White with #AA55E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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