Html Css Color HEX #AA53CF Medium Orchid

📋 copy color: '#AA53CF'

red 170 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #AA53CF

Tints of Medium Orchid #AA53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 36.96%
G = 18.04%
B = 45%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA53CF (or 0xAA53CF) is known color: Medium Orchid. HEX triplet: AA, 53 and CF. RGB value is (170,83,207). Sum of RGB (Red+Green+Blue) = 170+83+207=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53CF is #55AC30. Grayscale: #7A7A7A. Windows color (decimal): -5614641 or 13587370. OLE color: 13587370.

HSL color Cylindrical-coordinate representation of color #AA53CF: hue angle of 282.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA53CF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 83 207 -
CMYK 0.18 0.60 0 0.19
HSL 282.1º 0.56% 0.57% -
HSV(B) 282.1º 0.6% 0.81% -
XYZ 30.93 19.24 61.11 -
YUV 123.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 170 83 207 0.18 0.60 0 0.19 282.1 0.56 0.57
Hex AA 53 CF 12 3C 0 13 11A 38 39
Octal 252 123 317 22 74 0 23 432 70 71
Binary 10101010 1010011 11001111 10010 111100 0 10011 100011010 111000 111001

Color Harmonies of #AA53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53CF

Black with #AA53CF

Text Example


Text Example

White with #AA53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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