Html Css Color HEX #AA7FFA Medium Purple

📋 copy color: '#AA7FFA'

red 170 ◦ green 127 ◦ blue 250

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

Shades of Medium Purple #AA7FFA

Tints of Medium Purple #AA7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

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

R = 31.08%
G = 23.22%
B = 45.7%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA7FFA (or 0xAA7FFA) is known color: Medium Purple. HEX triplet: AA, 7F and FA. RGB value is (170,127,250). Sum of RGB (Red+Green+Blue) = 170+127+250=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFA is #558005. Grayscale: #999999. Windows color (decimal): -5603334 or 16416682. OLE color: 16416682.

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

Color convert

RGB 170 127 250 -
CMYK 0.32 0.49 0 0.02
HSL 260.98º 0.92% 0.74% -
HSV(B) 260.98º 0.49% 0.98% -
XYZ 41.42 30.63 94.17 -
YUV 153.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 170 127 250 0.32 0.49 0 0.02 260.98 0.92 0.74
Hex AA 7F FA 20 31 0 2 105 5C 4A
Octal 252 177 372 40 61 0 2 405 134 112
Binary 10101010 1111111 11111010 100000 110001 0 10 100000101 1011100 1001010

Color Harmonies of #AA7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FFA

Black with #AA7FFA

Text Example


Text Example

White with #AA7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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