Html Css Color HEX #AA70ED Medium Purple

📋 copy color: '#AA70ED'

red 170 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #AA70ED

Tints of Medium Purple #AA70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 32.76%
G = 21.58%
B = 45.66%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA70ED (or 0xAA70ED) is known color: Medium Purple. HEX triplet: AA, 70 and ED. RGB value is (170,112,237). Sum of RGB (Red+Green+Blue) = 170+112+237=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA70ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70ED is #558F12. Grayscale: #8F8F8F. Windows color (decimal): -5607187 or 15560874. OLE color: 15560874.

HSL color Cylindrical-coordinate representation of color #AA70ED: hue angle of 267.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA70ED is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 112 237 -
CMYK 0.28 0.53 0 0.07
HSL 267.84º 0.78% 0.68% -
HSV(B) 267.84º 0.53% 0.93% -
XYZ 37.66 26.25 83.2 -
YUV 143.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 170 112 237 0.28 0.53 0 0.07 267.84 0.78 0.68
Hex AA 70 ED 1C 35 0 7 10C 4E 44
Octal 252 160 355 34 65 0 7 414 116 104
Binary 10101010 1110000 11101101 11100 110101 0 111 100001100 1001110 1000100

Color Harmonies of #AA70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70ED

Black with #AA70ED

Text Example


Text Example

White with #AA70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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