Html Css Color HEX #AA5DF0 Medium Purple

📋 copy color: '#AA5DF0'

red 170 ◦ green 93 ◦ blue 240

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

Shades of Medium Purple #AA5DF0

Tints of Medium Purple #AA5DF0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 33.8%
G = 18.49%
B = 47.71%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA5DF0 (or 0xAA5DF0) is known color: Medium Purple. HEX triplet: AA, 5D and F0. RGB value is (170,93,240). Sum of RGB (Red+Green+Blue) = 170+93+240=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA5DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DF0 is #55A20F. Grayscale: #848484. Windows color (decimal): -5612048 or 15752618. OLE color: 15752618.

HSL color Cylindrical-coordinate representation of color #AA5DF0: hue angle of 271.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5DF0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 93 240 -
CMYK 0.29 0.61 0 0.06
HSL 271.43º 0.83% 0.65% -
HSV(B) 271.43º 0.61% 0.94% -
XYZ 36.22 22.67 84.9 -
YUV 132.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 170 93 240 0.29 0.61 0 0.06 271.43 0.83 0.65
Hex AA 5D F0 1D 3D 0 6 10F 53 41
Octal 252 135 360 35 75 0 6 417 123 101
Binary 10101010 1011101 11110000 11101 111101 0 110 100001111 1010011 1000001

Color Harmonies of #AA5DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DF0

Black with #AA5DF0

Text Example


Text Example

White with #AA5DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DF0; }

 p { color: rgb(170,93,240); }

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

background-color css

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

 a { background-color: rgb(170,93,240); }

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

border-color css

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

 span { border-color: rgb(170,93,240); }

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