Html Css Color HEX #AA5DF6 Medium Purple

📋 copy color: '#AA5DF6'

red 170 ◦ green 93 ◦ blue 246

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

Shades of Medium Purple #AA5DF6

Tints of Medium Purple #AA5DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 33.4%
G = 18.27%
B = 48.33%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA5DF6 (or 0xAA5DF6) is known color: Medium Purple. HEX triplet: AA, 5D and F6. RGB value is (170,93,246). Sum of RGB (Red+Green+Blue) = 170+93+246=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA5DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DF6 is #55A209. Grayscale: #848484. Windows color (decimal): -5612042 or 16145834. OLE color: 16145834.

HSL color Cylindrical-coordinate representation of color #AA5DF6: hue angle of 270.2º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5DF6 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 93 246 -
CMYK 0.31 0.62 0 0.04
HSL 270.2º 0.89% 0.66% -
HSV(B) 270.2º 0.62% 0.96% -
XYZ 37.13 23.03 89.68 -
YUV 133.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 170 93 246 0.31 0.62 0 0.04 270.2 0.89 0.66
Hex AA 5D F6 1F 3E 0 4 10E 59 42
Octal 252 135 366 37 76 0 4 416 131 102
Binary 10101010 1011101 11110110 11111 111110 0 100 100001110 1011001 1000010

Color Harmonies of #AA5DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DF6

Black with #AA5DF6

Text Example


Text Example

White with #AA5DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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