Html Css Color HEX #AA53EE Medium Orchid

📋 copy color: '#AA53EE'

red 170 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #AA53EE

Tints of Medium Orchid #AA53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 34.62%
G = 16.9%
B = 48.47%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA53EE (or 0xAA53EE) is known color: Medium Orchid. HEX triplet: AA, 53 and EE. RGB value is (170,83,238). Sum of RGB (Red+Green+Blue) = 170+83+238=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA53EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53EE is #55AC11. Grayscale: #7E7E7E. Windows color (decimal): -5614610 or 15618986. OLE color: 15618986.

HSL color Cylindrical-coordinate representation of color #AA53EE: hue angle of 273.68º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA53EE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 83 238 -
CMYK 0.29 0.65 0 0.07
HSL 273.68º 0.82% 0.63% -
HSV(B) 273.68º 0.65% 0.93% -
XYZ 35.1 20.91 83.07 -
YUV 126.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 170 83 238 0.29 0.65 0 0.07 273.68 0.82 0.63
Hex AA 53 EE 1D 41 0 7 112 52 3F
Octal 252 123 356 35 101 0 7 422 122 77
Binary 10101010 1010011 11101110 11101 1000001 0 111 100010010 1010010 111111

Color Harmonies of #AA53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53EE

Black with #AA53EE

Text Example


Text Example

White with #AA53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53EE; }

 p { color: rgb(170,83,238); }

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

background-color css

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

 a { background-color: rgb(170,83,238); }

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

border-color css

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

 span { border-color: rgb(170,83,238); }

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