Html Css Color HEX #AA66F7 Medium Purple

📋 copy color: '#AA66F7'

red 170 ◦ green 102 ◦ blue 247

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

Shades of Medium Purple #AA66F7

Tints of Medium Purple #AA66F7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.65%

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 32.76%
G = 19.65%
B = 47.59%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA66F7 (or 0xAA66F7) is known color: Medium Purple. HEX triplet: AA, 66 and F7. RGB value is (170,102,247). Sum of RGB (Red+Green+Blue) = 170+102+247=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA66F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66F7 is #559908. Grayscale: #8A8A8A. Windows color (decimal): -5609737 or 16213674. OLE color: 16213674.

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

Color convert

RGB 170 102 247 -
CMYK 0.31 0.59 0 0.03
HSL 268.14º 0.9% 0.68% -
HSV(B) 268.14º 0.59% 0.97% -
XYZ 38.12 24.76 90.77 -
YUV 138.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 170 102 247 0.31 0.59 0 0.03 268.14 0.9 0.68
Hex AA 66 F7 1F 3B 0 3 10C 5A 44
Octal 252 146 367 37 73 0 3 414 132 104
Binary 10101010 1100110 11110111 11111 111011 0 11 100001100 1011010 1000100

Color Harmonies of #AA66F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66F7

Black with #AA66F7

Text Example


Text Example

White with #AA66F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66F7; }

 p { color: rgb(170,102,247); }

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

background-color css

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

 a { background-color: rgb(170,102,247); }

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

border-color css

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

 span { border-color: rgb(170,102,247); }

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