Html Css Color HEX #AA53C7 Medium Orchid

📋 copy color: '#AA53C7'

red 170 ◦ green 83 ◦ blue 199

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

Shades of Medium Orchid #AA53C7

Tints of Medium Orchid #AA53C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 37.61%
G = 18.36%
B = 44.03%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA53C7 (or 0xAA53C7) is known color: Medium Orchid. HEX triplet: AA, 53 and C7. RGB value is (170,83,199). Sum of RGB (Red+Green+Blue) = 170+83+199=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA53C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53C7 is #55AC38. Grayscale: #797979. Windows color (decimal): -5614649 or 13063082. OLE color: 13063082.

HSL color Cylindrical-coordinate representation of color #AA53C7: hue angle of 285º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA53C7 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 83 199 -
CMYK 0.15 0.58 0 0.22
HSL 285º 0.51% 0.55% -
HSV(B) 285º 0.58% 0.78% -
XYZ 29.98 18.86 56.09 -
YUV 122.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 170 83 199 0.15 0.58 0 0.22 285 0.51 0.55
Hex AA 53 C7 F 3A 0 16 11D 33 37
Octal 252 123 307 17 72 0 26 435 63 67
Binary 10101010 1010011 11000111 1111 111010 0 10110 100011101 110011 110111

Color Harmonies of #AA53C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53C7

Black with #AA53C7

Text Example


Text Example

White with #AA53C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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