Html Css Color HEX #AA70F8 Medium Purple

📋 copy color: '#AA70F8'

red 170 ◦ green 112 ◦ blue 248

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

Shades of Medium Purple #AA70F8

Tints of Medium Purple #AA70F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.79%

R = 32.08%
G = 21.13%
B = 46.79%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA70F8 (or 0xAA70F8) is known color: Medium Purple. HEX triplet: AA, 70 and F8. RGB value is (170,112,248). Sum of RGB (Red+Green+Blue) = 170+112+248=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA70F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA70F8 is #558F07. Grayscale: #909090. Windows color (decimal): -5607176 or 16281770. OLE color: 16281770.

HSL color Cylindrical-coordinate representation of color #AA70F8: hue angle of 265.59º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA70F8 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 112 248 -
CMYK 0.31 0.55 0 0.03
HSL 265.59º 0.91% 0.71% -
HSV(B) 265.59º 0.55% 0.97% -
XYZ 39.32 26.91 91.93 -
YUV 144.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 170 112 248 0.31 0.55 0 0.03 265.59 0.91 0.71
Hex AA 70 F8 1F 37 0 3 10A 5B 47
Octal 252 160 370 37 67 0 3 412 133 107
Binary 10101010 1110000 11111000 11111 110111 0 11 100001010 1011011 1000111

Color Harmonies of #AA70F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70F8

Black with #AA70F8

Text Example


Text Example

White with #AA70F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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