Html Css Color HEX #AA53E8 Medium Orchid

📋 copy color: '#AA53E8'

red 170 ◦ green 83 ◦ blue 232

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

Shades of Medium Orchid #AA53E8

Tints of Medium Orchid #AA53E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 35.05%
G = 17.11%
B = 47.84%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA53E8 (or 0xAA53E8) is known color: Medium Orchid. HEX triplet: AA, 53 and E8. RGB value is (170,83,232). Sum of RGB (Red+Green+Blue) = 170+83+232=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA53E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53E8 is #55AC17. Grayscale: #7D7D7D. Windows color (decimal): -5614616 or 15225770. OLE color: 15225770.

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

Color convert

RGB 170 83 232 -
CMYK 0.27 0.64 0 0.09
HSL 275.03º 0.76% 0.62% -
HSV(B) 275.03º 0.64% 0.91% -
XYZ 34.24 20.56 78.51 -
YUV 126 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 170 83 232 0.27 0.64 0 0.09 275.03 0.76 0.62
Hex AA 53 E8 1B 40 0 9 113 4C 3E
Octal 252 123 350 33 100 0 11 423 114 76
Binary 10101010 1010011 11101000 11011 1000000 0 1001 100010011 1001100 111110

Color Harmonies of #AA53E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53E8

Black with #AA53E8

Text Example


Text Example

White with #AA53E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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