Html Css Color HEX #AA70EB Medium Purple

📋 copy color: '#AA70EB'

red 170 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #AA70EB

Tints of Medium Purple #AA70EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 32.88%
G = 21.66%
B = 45.45%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA70EB (or 0xAA70EB) is known color: Medium Purple. HEX triplet: AA, 70 and EB. RGB value is (170,112,235). Sum of RGB (Red+Green+Blue) = 170+112+235=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70EB is #558F14. Grayscale: #8E8E8E. Windows color (decimal): -5607189 or 15429802. OLE color: 15429802.

HSL color Cylindrical-coordinate representation of color #AA70EB: hue angle of 268.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA70EB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 112 235 -
CMYK 0.28 0.52 0 0.08
HSL 268.29º 0.75% 0.68% -
HSV(B) 268.29º 0.52% 0.92% -
XYZ 37.37 26.13 81.67 -
YUV 143.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 170 112 235 0.28 0.52 0 0.08 268.29 0.75 0.68
Hex AA 70 EB 1C 34 0 8 10C 4B 44
Octal 252 160 353 34 64 0 10 414 113 104
Binary 10101010 1110000 11101011 11100 110100 0 1000 100001100 1001011 1000100

Color Harmonies of #AA70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70EB

Black with #AA70EB

Text Example


Text Example

White with #AA70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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