Html Css Color HEX #AA70FF Medium Purple

📋 copy color: '#AA70FF'

red 170 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #AA70FF

Tints of Medium Purple #AA70FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 31.66%
G = 20.86%
B = 47.49%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA70FF (or 0xAA70FF) is known color: Medium Purple. HEX triplet: AA, 70 and FF. RGB value is (170,112,255). Sum of RGB (Red+Green+Blue) = 170+112+255=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70FF is #558F00. Grayscale: #919191. Windows color (decimal): -5607169 or 16740522. OLE color: 16740522.

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

Color convert

RGB 170 112 255 -
CMYK 0.33 0.56 0 0
HSL 264.34º 1% 0.72% -
HSV(B) 264.34º 0.56% 1% -
XYZ 40.42 27.35 97.76 -
YUV 145.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 170 112 255 0.33 0.56 0 0 264.34 1 0.72
Hex AA 70 FF 21 38 0 0 108 64 48
Octal 252 160 377 41 70 0 0 410 144 110
Binary 10101010 1110000 11111111 100001 111000 0 0 100001000 1100100 1001000

Color Harmonies of #AA70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70FF

Black with #AA70FF

Text Example


Text Example

White with #AA70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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