Html Css Color HEX #AA7AF8 Medium Purple

📋 copy color: '#AA7AF8'

red 170 ◦ green 122 ◦ blue 248

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

Shades of Medium Purple #AA7AF8

Tints of Medium Purple #AA7AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.93%

R = 31.48%
G = 22.59%
B = 45.93%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA7AF8 (or 0xAA7AF8) is known color: Medium Purple. HEX triplet: AA, 7A and F8. RGB value is (170,122,248). Sum of RGB (Red+Green+Blue) = 170+122+248=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA7AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AF8 is #558507. Grayscale: #969696. Windows color (decimal): -5604616 or 16284330. OLE color: 16284330.

HSL color Cylindrical-coordinate representation of color #AA7AF8: hue angle of 262.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7AF8 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 122 248 -
CMYK 0.31 0.51 0 0.03
HSL 262.86º 0.9% 0.73% -
HSV(B) 262.86º 0.51% 0.97% -
XYZ 40.48 29.24 92.32 -
YUV 150.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 170 122 248 0.31 0.51 0 0.03 262.86 0.9 0.73
Hex AA 7A F8 1F 33 0 3 107 5A 49
Octal 252 172 370 37 63 0 3 407 132 111
Binary 10101010 1111010 11111000 11111 110011 0 11 100000111 1011010 1001001

Color Harmonies of #AA7AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AF8

Black with #AA7AF8

Text Example


Text Example

White with #AA7AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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