Html Css Color HEX #AA55E3 Medium Orchid

📋 copy color: '#AA55E3'

red 170 ◦ green 85 ◦ blue 227

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

Shades of Medium Orchid #AA55E3

Tints of Medium Orchid #AA55E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.1%

R = 35.27%
G = 17.63%
B = 47.1%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA55E3 (or 0xAA55E3) is known color: Medium Orchid. HEX triplet: AA, 55 and E3. RGB value is (170,85,227). Sum of RGB (Red+Green+Blue) = 170+85+227=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA55E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55E3 is #55AA1C. Grayscale: #7E7E7E. Windows color (decimal): -5614109 or 14898602. OLE color: 14898602.

HSL color Cylindrical-coordinate representation of color #AA55E3: hue angle of 275.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA55E3 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 85 227 -
CMYK 0.25 0.63 0 0.11
HSL 275.92º 0.72% 0.61% -
HSV(B) 275.92º 0.63% 0.89% -
XYZ 33.69 20.59 74.87 -
YUV 126.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 170 85 227 0.25 0.63 0 0.11 275.92 0.72 0.61
Hex AA 55 E3 19 3F 0 B 114 48 3D
Octal 252 125 343 31 77 0 13 424 110 75
Binary 10101010 1010101 11100011 11001 111111 0 1011 100010100 1001000 111101

Color Harmonies of #AA55E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55E3

Black with #AA55E3

Text Example


Text Example

White with #AA55E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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