Html Css Color HEX #AA7AED Medium Purple

📋 copy color: '#AA7AED'

red 170 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #AA7AED

Tints of Medium Purple #AA7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

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

R = 32.14%
G = 23.06%
B = 44.8%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7AED (or 0xAA7AED) is known color: Medium Purple. HEX triplet: AA, 7A and ED. RGB value is (170,122,237). Sum of RGB (Red+Green+Blue) = 170+122+237=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AED is #558512. Grayscale: #959595. Windows color (decimal): -5604627 or 15563434. OLE color: 15563434.

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

Color convert

RGB 170 122 237 -
CMYK 0.28 0.49 0 0.07
HSL 265.04º 0.76% 0.7% -
HSV(B) 265.04º 0.49% 0.93% -
XYZ 38.82 28.58 83.59 -
YUV 149.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 170 122 237 0.28 0.49 0 0.07 265.04 0.76 0.7
Hex AA 7A ED 1C 31 0 7 109 4C 46
Octal 252 172 355 34 61 0 7 411 114 106
Binary 10101010 1111010 11101101 11100 110001 0 111 100001001 1001100 1000110

Color Harmonies of #AA7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AED

Black with #AA7AED

Text Example


Text Example

White with #AA7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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