Html Css Color HEX #AA6BFF Medium Purple

📋 copy color: '#AA6BFF'

red 170 ◦ green 107 ◦ blue 255

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

Shades of Medium Purple #AA6BFF

Tints of Medium Purple #AA6BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

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

R = 31.95%
G = 20.11%
B = 47.93%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA6BFF (or 0xAA6BFF) is known color: Medium Purple. HEX triplet: AA, 6B and FF. RGB value is (170,107,255). Sum of RGB (Red+Green+Blue) = 170+107+255=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BFF is #559400. Grayscale: #8E8E8E. Windows color (decimal): -5608449 or 16739242. OLE color: 16739242.

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

Color convert

RGB 170 107 255 -
CMYK 0.33 0.58 0 0
HSL 265.54º 1% 0.71% -
HSV(B) 265.54º 0.58% 1% -
XYZ 39.89 26.28 97.58 -
YUV 142.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 170 107 255 0.33 0.58 0 0 265.54 1 0.71
Hex AA 6B FF 21 3A 0 0 10A 64 47
Octal 252 153 377 41 72 0 0 412 144 107
Binary 10101010 1101011 11111111 100001 111010 0 0 100001010 1100100 1000111

Color Harmonies of #AA6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BFF

Black with #AA6BFF

Text Example


Text Example

White with #AA6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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