Html Css Color HEX #AA7EFA Medium Purple

📋 copy color: '#AA7EFA'

red 170 ◦ green 126 ◦ blue 250

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

Shades of Medium Purple #AA7EFA

Tints of Medium Purple #AA7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.08%

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

R = 31.14%
G = 23.08%
B = 45.79%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA7EFA (or 0xAA7EFA) is known color: Medium Purple. HEX triplet: AA, 7E and FA. RGB value is (170,126,250). Sum of RGB (Red+Green+Blue) = 170+126+250=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EFA is #558105. Grayscale: #989898. Windows color (decimal): -5603590 or 16416426. OLE color: 16416426.

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

Color convert

RGB 170 126 250 -
CMYK 0.32 0.50 0 0.02
HSL 261.29º 0.93% 0.74% -
HSV(B) 261.29º 0.5% 0.98% -
XYZ 41.29 30.37 94.13 -
YUV 153.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 170 126 250 0.32 0.50 0 0.02 261.29 0.93 0.74
Hex AA 7E FA 20 32 0 2 105 5D 4A
Octal 252 176 372 40 62 0 2 405 135 112
Binary 10101010 1111110 11111010 100000 110010 0 10 100000101 1011101 1001010

Color Harmonies of #AA7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EFA

Black with #AA7EFA

Text Example


Text Example

White with #AA7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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