Html Css Color HEX #AA70F9 Medium Purple

📋 copy color: '#AA70F9'

red 170 ◦ green 112 ◦ blue 249

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

Shades of Medium Purple #AA70F9

Tints of Medium Purple #AA70F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.09%

 BLUE value IS 249 (97.66% from 255) = 46.89%

R = 32.02%
G = 21.09%
B = 46.89%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA70F9 (or 0xAA70F9) is known color: Medium Purple. HEX triplet: AA, 70 and F9. RGB value is (170,112,249). Sum of RGB (Red+Green+Blue) = 170+112+249=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA70F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70F9 is #558F06. Grayscale: #909090. Windows color (decimal): -5607175 or 16347306. OLE color: 16347306.

HSL color Cylindrical-coordinate representation of color #AA70F9: hue angle of 265.4º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA70F9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 112 249 -
CMYK 0.32 0.55 0 0.02
HSL 265.4º 0.92% 0.71% -
HSV(B) 265.4º 0.55% 0.98% -
XYZ 39.47 26.97 92.75 -
YUV 144.96 186.72 145.86 -
System Red Green Blue C M Y K H S L
Decimal 170 112 249 0.32 0.55 0 0.02 265.4 0.92 0.71
Hex AA 70 F9 20 37 0 2 109 5C 47
Octal 252 160 371 40 67 0 2 411 134 107
Binary 10101010 1110000 11111001 100000 110111 0 10 100001001 1011100 1000111

Color Harmonies of #AA70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70F9

Black with #AA70F9

Text Example


Text Example

White with #AA70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70F9; }

 p { color: rgb(170,112,249); }

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

background-color css

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

 a { background-color: rgb(170,112,249); }

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

border-color css

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

 span { border-color: rgb(170,112,249); }

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