Html Css Color HEX #AA53FD Medium Orchid

📋 copy color: '#AA53FD'

red 170 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #AA53FD

Tints of Medium Orchid #AA53FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 33.6%
G = 16.4%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA53FD (or 0xAA53FD) is known color: Medium Orchid. HEX triplet: AA, 53 and FD. RGB value is (170,83,253). Sum of RGB (Red+Green+Blue) = 170+83+253=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA53FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53FD is #55AC02. Grayscale: #7F7F7F. Windows color (decimal): -5614595 or 16602026. OLE color: 16602026.

HSL color Cylindrical-coordinate representation of color #AA53FD: hue angle of 270.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA53FD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 83 253 -
CMYK 0.33 0.67 0 0.01
HSL 270.71º 0.98% 0.66% -
HSV(B) 270.71º 0.67% 0.99% -
XYZ 37.4 21.82 95.17 -
YUV 128.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 170 83 253 0.33 0.67 0 0.01 270.71 0.98 0.66
Hex AA 53 FD 21 43 0 1 10F 62 42
Octal 252 123 375 41 103 0 1 417 142 102
Binary 10101010 1010011 11111101 100001 1000011 0 1 100001111 1100010 1000010

Color Harmonies of #AA53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53FD

Black with #AA53FD

Text Example


Text Example

White with #AA53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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