Html Css Color HEX #AA53E4 Medium Orchid

📋 copy color: '#AA53E4'

red 170 ◦ green 83 ◦ blue 228

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

Shades of Medium Orchid #AA53E4

Tints of Medium Orchid #AA53E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 35.34%
G = 17.26%
B = 47.4%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA53E4 (or 0xAA53E4) is known color: Medium Orchid. HEX triplet: AA, 53 and E4. RGB value is (170,83,228). Sum of RGB (Red+Green+Blue) = 170+83+228=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA53E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53E4 is #55AC1B. Grayscale: #7D7D7D. Windows color (decimal): -5614620 or 14963626. OLE color: 14963626.

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

Color convert

RGB 170 83 228 -
CMYK 0.25 0.64 0 0.11
HSL 276º 0.73% 0.61% -
HSV(B) 276º 0.64% 0.89% -
XYZ 33.67 20.33 75.55 -
YUV 125.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 170 83 228 0.25 0.64 0 0.11 276 0.73 0.61
Hex AA 53 E4 19 40 0 B 114 49 3D
Octal 252 123 344 31 100 0 13 424 111 75
Binary 10101010 1010011 11100100 11001 1000000 0 1011 100010100 1001001 111101

Color Harmonies of #AA53E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53E4

Black with #AA53E4

Text Example


Text Example

White with #AA53E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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