Html Css Color HEX #AA66E6 Amethyst

📋 copy color: '#AA66E6'

red 170 ◦ green 102 ◦ blue 230

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

Shades of Amethyst #AA66E6

Tints of Amethyst #AA66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 33.86%
G = 20.32%
B = 45.82%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA66E6 (or 0xAA66E6) is known color: Amethyst. HEX triplet: AA, 66 and E6. RGB value is (170,102,230). Sum of RGB (Red+Green+Blue) = 170+102+230=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA66E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA66E6 is #559919. Grayscale: #888888. Windows color (decimal): -5609754 or 15099562. OLE color: 15099562.

HSL color Cylindrical-coordinate representation of color #AA66E6: hue angle of 271.88º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA66E6 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 102 230 -
CMYK 0.26 0.56 0 0.10
HSL 271.88º 0.72% 0.65% -
HSV(B) 271.88º 0.56% 0.9% -
XYZ 35.61 23.76 77.57 -
YUV 136.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 170 102 230 0.26 0.56 0 0.10 271.88 0.72 0.65
Hex AA 66 E6 1A 38 0 A 110 48 41
Octal 252 146 346 32 70 0 12 420 110 101
Binary 10101010 1100110 11100110 11010 111000 0 1010 100010000 1001000 1000001

Color Harmonies of #AA66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66E6

Black with #AA66E6

Text Example


Text Example

White with #AA66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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