Html Css Color HEX #AA7AF4 Medium Purple

📋 copy color: '#AA7AF4'

red 170 ◦ green 122 ◦ blue 244

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

Shades of Medium Purple #AA7AF4

Tints of Medium Purple #AA7AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.52%

R = 31.72%
G = 22.76%
B = 45.52%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA7AF4 (or 0xAA7AF4) is known color: Medium Purple. HEX triplet: AA, 7A and F4. RGB value is (170,122,244). Sum of RGB (Red+Green+Blue) = 170+122+244=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA7AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AF4 is #55850B. Grayscale: #959595. Windows color (decimal): -5604620 or 16022186. OLE color: 16022186.

HSL color Cylindrical-coordinate representation of color #AA7AF4: hue angle of 263.61º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7AF4 is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 122 244 -
CMYK 0.30 0.5 0 0.04
HSL 263.61º 0.85% 0.72% -
HSV(B) 263.61º 0.5% 0.96% -
XYZ 39.87 29 89.08 -
YUV 150.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 170 122 244 0.30 0.5 0 0.04 263.61 0.85 0.72
Hex AA 7A F4 1E 32 0 4 108 55 48
Octal 252 172 364 36 62 0 4 410 125 110
Binary 10101010 1111010 11110100 11110 110010 0 100 100001000 1010101 1001000

Color Harmonies of #AA7AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AF4

Black with #AA7AF4

Text Example


Text Example

White with #AA7AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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