Html Css Color HEX #AA66EC Medium Purple

📋 copy color: '#AA66EC'

red 170 ◦ green 102 ◦ blue 236

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

Shades of Medium Purple #AA66EC

Tints of Medium Purple #AA66EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 33.46%
G = 20.08%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA66EC (or 0xAA66EC) is known color: Medium Purple. HEX triplet: AA, 66 and EC. RGB value is (170,102,236). Sum of RGB (Red+Green+Blue) = 170+102+236=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA66EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66EC is #559913. Grayscale: #898989. Windows color (decimal): -5609748 or 15492778. OLE color: 15492778.

HSL color Cylindrical-coordinate representation of color #AA66EC: hue angle of 270.45º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA66EC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 102 236 -
CMYK 0.28 0.57 0 0.07
HSL 270.45º 0.78% 0.66% -
HSV(B) 270.45º 0.57% 0.93% -
XYZ 36.47 24.1 82.09 -
YUV 137.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 170 102 236 0.28 0.57 0 0.07 270.45 0.78 0.66
Hex AA 66 EC 1C 39 0 7 10E 4E 42
Octal 252 146 354 34 71 0 7 416 116 102
Binary 10101010 1100110 11101100 11100 111001 0 111 100001110 1001110 1000010

Color Harmonies of #AA66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66EC

Black with #AA66EC

Text Example


Text Example

White with #AA66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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