Html Css Color HEX #AA7AFE Medium Purple

📋 copy color: '#AA7AFE'

red 170 ◦ green 122 ◦ blue 254

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

Shades of Medium Purple #AA7AFE

Tints of Medium Purple #AA7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 31.14%
G = 22.34%
B = 46.52%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA7AFE (or 0xAA7AFE) is known color: Medium Purple. HEX triplet: AA, 7A and FE. RGB value is (170,122,254). Sum of RGB (Red+Green+Blue) = 170+122+254=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AFE is #558501. Grayscale: #969696. Windows color (decimal): -5604610 or 16677546. OLE color: 16677546.

HSL color Cylindrical-coordinate representation of color #AA7AFE: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7AFE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 122 254 -
CMYK 0.33 0.52 0 0.00
HSL 261.82º 0.99% 0.74% -
HSV(B) 261.82º 0.52% 1% -
XYZ 41.43 29.62 97.3 -
YUV 151.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 170 122 254 0.33 0.52 0 0.00 261.82 0.99 0.74
Hex AA 7A FE 21 34 0 0 106 63 4A
Octal 252 172 376 41 64 0 0 406 143 112
Binary 10101010 1111010 11111110 100001 110100 0 0 100000110 1100011 1001010

Color Harmonies of #AA7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AFE

Black with #AA7AFE

Text Example


Text Example

White with #AA7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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