Html Css Color HEX #AA6DFF Medium Purple

📋 copy color: '#AA6DFF'

red 170 ◦ green 109 ◦ blue 255

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

Shades of Medium Purple #AA6DFF

Tints of Medium Purple #AA6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 31.84%
G = 20.41%
B = 47.75%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA6DFF (or 0xAA6DFF) is known color: Medium Purple. HEX triplet: AA, 6D and FF. RGB value is (170,109,255). Sum of RGB (Red+Green+Blue) = 170+109+255=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFF is #559200. Grayscale: #8F8F8F. Windows color (decimal): -5607937 or 16739754. OLE color: 16739754.

HSL color Cylindrical-coordinate representation of color #AA6DFF: hue angle of 265.07º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6DFF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 109 255 -
CMYK 0.33 0.57 0 0
HSL 265.07º 1% 0.71% -
HSV(B) 265.07º 0.57% 1% -
XYZ 40.1 26.7 97.65 -
YUV 143.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 170 109 255 0.33 0.57 0 0 265.07 1 0.71
Hex AA 6D FF 21 39 0 0 109 64 47
Octal 252 155 377 41 71 0 0 411 144 107
Binary 10101010 1101101 11111111 100001 111001 0 0 100001001 1100100 1000111

Color Harmonies of #AA6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DFF

Black with #AA6DFF

Text Example


Text Example

White with #AA6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DFF; }

 p { color: rgb(170,109,255); }

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

background-color css

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

 a { background-color: rgb(170,109,255); }

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

border-color css

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

 span { border-color: rgb(170,109,255); }

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