Html Css Color HEX #AA6EFE Medium Purple

📋 copy color: '#AA6EFE'

red 170 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #AA6EFE

Tints of Medium Purple #AA6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 31.84%
G = 20.6%
B = 47.57%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA6EFE (or 0xAA6EFE) is known color: Medium Purple. HEX triplet: AA, 6E and FE. RGB value is (170,110,254). Sum of RGB (Red+Green+Blue) = 170+110+254=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EFE is #559101. Grayscale: #8F8F8F. Windows color (decimal): -5607682 or 16674474. OLE color: 16674474.

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

Color convert

RGB 170 110 254 -
CMYK 0.33 0.57 0 0.00
HSL 265º 0.99% 0.71% -
HSV(B) 265º 0.57% 1% -
XYZ 40.04 26.85 96.84 -
YUV 144.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 170 110 254 0.33 0.57 0 0.00 265 0.99 0.71
Hex AA 6E FE 21 39 0 0 109 63 47
Octal 252 156 376 41 71 0 0 411 143 107
Binary 10101010 1101110 11111110 100001 111001 0 0 100001001 1100011 1000111

Color Harmonies of #AA6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EFE

Black with #AA6EFE

Text Example


Text Example

White with #AA6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EFE; }

 p { color: rgb(170,110,254); }

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

background-color css

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

 a { background-color: rgb(170,110,254); }

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

border-color css

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

 span { border-color: rgb(170,110,254); }

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