Html Css Color HEX #AA66E8 Medium Purple

📋 copy color: '#AA66E8'

red 170 ◦ green 102 ◦ blue 232

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

Shades of Medium Purple #AA66E8

Tints of Medium Purple #AA66E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 33.73%
G = 20.24%
B = 46.03%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA66E8 (or 0xAA66E8) is known color: Medium Purple. HEX triplet: AA, 66 and E8. RGB value is (170,102,232). Sum of RGB (Red+Green+Blue) = 170+102+232=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA66E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66E8 is #559917. Grayscale: #888888. Windows color (decimal): -5609752 or 15230634. OLE color: 15230634.

HSL color Cylindrical-coordinate representation of color #AA66E8: hue angle of 271.38º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA66E8 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 102 232 -
CMYK 0.27 0.56 0 0.09
HSL 271.38º 0.74% 0.65% -
HSV(B) 271.38º 0.56% 0.91% -
XYZ 35.89 23.87 79.06 -
YUV 137.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 170 102 232 0.27 0.56 0 0.09 271.38 0.74 0.65
Hex AA 66 E8 1B 38 0 9 10F 4A 41
Octal 252 146 350 33 70 0 11 417 112 101
Binary 10101010 1100110 11101000 11011 111000 0 1001 100001111 1001010 1000001

Color Harmonies of #AA66E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66E8

Black with #AA66E8

Text Example


Text Example

White with #AA66E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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