Html Css Color HEX #AA6FED Medium Purple

📋 copy color: '#AA6FED'

red 170 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #AA6FED

Tints of Medium Purple #AA6FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 32.82%
G = 21.43%
B = 45.75%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA6FED (or 0xAA6FED) is known color: Medium Purple. HEX triplet: AA, 6F and ED. RGB value is (170,111,237). Sum of RGB (Red+Green+Blue) = 170+111+237=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FED is #559012. Grayscale: #8E8E8E. Windows color (decimal): -5607443 or 15560618. OLE color: 15560618.

HSL color Cylindrical-coordinate representation of color #AA6FED: hue angle of 268.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6FED is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 111 237 -
CMYK 0.28 0.53 0 0.07
HSL 268.1º 0.78% 0.68% -
HSV(B) 268.1º 0.53% 0.93% -
XYZ 37.55 26.03 83.17 -
YUV 143.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 170 111 237 0.28 0.53 0 0.07 268.1 0.78 0.68
Hex AA 6F ED 1C 35 0 7 10C 4E 44
Octal 252 157 355 34 65 0 7 414 116 104
Binary 10101010 1101111 11101101 11100 110101 0 111 100001100 1001110 1000100

Color Harmonies of #AA6FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FED

Black with #AA6FED

Text Example


Text Example

White with #AA6FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FED; }

 p { color: rgb(170,111,237); }

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

background-color css

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

 a { background-color: rgb(170,111,237); }

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

border-color css

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

 span { border-color: rgb(170,111,237); }

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