Html Css Color HEX #AA70EE Medium Purple

📋 copy color: '#AA70EE'

red 170 ◦ green 112 ◦ blue 238

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

Shades of Medium Purple #AA70EE

Tints of Medium Purple #AA70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 32.69%
G = 21.54%
B = 45.77%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA70EE (or 0xAA70EE) is known color: Medium Purple. HEX triplet: AA, 70 and EE. RGB value is (170,112,238). Sum of RGB (Red+Green+Blue) = 170+112+238=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA70EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70EE is #558F11. Grayscale: #8F8F8F. Windows color (decimal): -5607186 or 15626410. OLE color: 15626410.

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

Color convert

RGB 170 112 238 -
CMYK 0.29 0.53 0 0.07
HSL 267.62º 0.79% 0.69% -
HSV(B) 267.62º 0.53% 0.93% -
XYZ 37.8 26.31 83.97 -
YUV 143.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 170 112 238 0.29 0.53 0 0.07 267.62 0.79 0.69
Hex AA 70 EE 1D 35 0 7 10C 4F 45
Octal 252 160 356 35 65 0 7 414 117 105
Binary 10101010 1110000 11101110 11101 110101 0 111 100001100 1001111 1000101

Color Harmonies of #AA70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70EE

Black with #AA70EE

Text Example


Text Example

White with #AA70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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