Html Css Color HEX #AA66F9 Medium Purple

📋 copy color: '#AA66F9'

red 170 ◦ green 102 ◦ blue 249

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

Shades of Medium Purple #AA66F9

Tints of Medium Purple #AA66F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 32.63%
G = 19.58%
B = 47.79%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA66F9 (or 0xAA66F9) is known color: Medium Purple. HEX triplet: AA, 66 and F9. RGB value is (170,102,249). Sum of RGB (Red+Green+Blue) = 170+102+249=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA66F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66F9 is #559906. Grayscale: #8A8A8A. Windows color (decimal): -5609735 or 16344746. OLE color: 16344746.

HSL color Cylindrical-coordinate representation of color #AA66F9: hue angle of 267.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA66F9 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 102 249 -
CMYK 0.32 0.59 0 0.02
HSL 267.76º 0.92% 0.69% -
HSV(B) 267.76º 0.59% 0.98% -
XYZ 38.43 24.89 92.4 -
YUV 139.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 170 102 249 0.32 0.59 0 0.02 267.76 0.92 0.69
Hex AA 66 F9 20 3B 0 2 10C 5C 45
Octal 252 146 371 40 73 0 2 414 134 105
Binary 10101010 1100110 11111001 100000 111011 0 10 100001100 1011100 1000101

Color Harmonies of #AA66F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66F9

Black with #AA66F9

Text Example


Text Example

White with #AA66F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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