Html Css Color HEX #AA66CD Amethyst

📋 copy color: '#AA66CD'

red 170 ◦ green 102 ◦ blue 205

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

Shades of Amethyst #AA66CD

Tints of Amethyst #AA66CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 35.64%
G = 21.38%
B = 42.98%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA66CD (or 0xAA66CD) is known color: Amethyst. HEX triplet: AA, 66 and CD. RGB value is (170,102,205). Sum of RGB (Red+Green+Blue) = 170+102+205=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CD is #559932. Grayscale: #858585. Windows color (decimal): -5609779 or 13461162. OLE color: 13461162.

HSL color Cylindrical-coordinate representation of color #AA66CD: hue angle of 279.61º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA66CD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 102 205 -
CMYK 0.17 0.50 0 0.20
HSL 279.61º 0.51% 0.6% -
HSV(B) 279.61º 0.5% 0.8% -
XYZ 32.35 22.46 60.39 -
YUV 134.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 170 102 205 0.17 0.50 0 0.20 279.61 0.51 0.6
Hex AA 66 CD 11 32 0 14 118 33 3C
Octal 252 146 315 21 62 0 24 430 63 74
Binary 10101010 1100110 11001101 10001 110010 0 10100 100011000 110011 111100

Color Harmonies of #AA66CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66CD

Black with #AA66CD

Text Example


Text Example

White with #AA66CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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