Html Css Color HEX #AA7ADF Medium Purple

📋 copy color: '#AA7ADF'

red 170 ◦ green 122 ◦ blue 223

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

Shades of Medium Purple #AA7ADF

Tints of Medium Purple #AA7ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 33.01%
G = 23.69%
B = 43.3%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7ADF (or 0xAA7ADF) is known color: Medium Purple. HEX triplet: AA, 7A and DF. RGB value is (170,122,223). Sum of RGB (Red+Green+Blue) = 170+122+223=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ADF is #558520. Grayscale: #939393. Windows color (decimal): -5604641 or 14645930. OLE color: 14645930.

HSL color Cylindrical-coordinate representation of color #AA7ADF: hue angle of 268.51º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7ADF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 122 223 -
CMYK 0.24 0.45 0 0.13
HSL 268.51º 0.61% 0.68% -
HSV(B) 268.51º 0.45% 0.87% -
XYZ 36.86 27.79 73.23 -
YUV 147.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 170 122 223 0.24 0.45 0 0.13 268.51 0.61 0.68
Hex AA 7A DF 18 2D 0 D 10D 3D 44
Octal 252 172 337 30 55 0 15 415 75 104
Binary 10101010 1111010 11011111 11000 101101 0 1101 100001101 111101 1000100

Color Harmonies of #AA7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7ADF

Black with #AA7ADF

Text Example


Text Example

White with #AA7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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