Html Css Color HEX #AA6EFA Medium Purple

📋 copy color: '#AA6EFA'

red 170 ◦ green 110 ◦ blue 250

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

Shades of Medium Purple #AA6EFA

Tints of Medium Purple #AA6EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 32.08%
G = 20.75%
B = 47.17%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA6EFA (or 0xAA6EFA) is known color: Medium Purple. HEX triplet: AA, 6E and FA. RGB value is (170,110,250). Sum of RGB (Red+Green+Blue) = 170+110+250=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EFA is #559105. Grayscale: #8F8F8F. Windows color (decimal): -5607686 or 16412330. OLE color: 16412330.

HSL color Cylindrical-coordinate representation of color #AA6EFA: hue angle of 265.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6EFA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 110 250 -
CMYK 0.32 0.56 0 0.02
HSL 265.71º 0.93% 0.71% -
HSV(B) 265.71º 0.56% 0.98% -
XYZ 39.41 26.6 93.5 -
YUV 143.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 170 110 250 0.32 0.56 0 0.02 265.71 0.93 0.71
Hex AA 6E FA 20 38 0 2 10A 5D 47
Octal 252 156 372 40 70 0 2 412 135 107
Binary 10101010 1101110 11111010 100000 111000 0 10 100001010 1011101 1000111

Color Harmonies of #AA6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EFA

Black with #AA6EFA

Text Example


Text Example

White with #AA6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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