Html Css Color HEX #AA66DA Amethyst

📋 copy color: '#AA66DA'

red 170 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #AA66DA

Tints of Amethyst #AA66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 34.69%
G = 20.82%
B = 44.49%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA66DA (or 0xAA66DA) is known color: Amethyst. HEX triplet: AA, 66 and DA. RGB value is (170,102,218). Sum of RGB (Red+Green+Blue) = 170+102+218=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66DA is #559925. Grayscale: #878787. Windows color (decimal): -5609766 or 14313130. OLE color: 14313130.

HSL color Cylindrical-coordinate representation of color #AA66DA: hue angle of 275.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA66DA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 102 218 -
CMYK 0.22 0.53 0 0.15
HSL 275.17º 0.61% 0.63% -
HSV(B) 275.17º 0.53% 0.85% -
XYZ 33.98 23.11 69 -
YUV 135.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 170 102 218 0.22 0.53 0 0.15 275.17 0.61 0.63
Hex AA 66 DA 16 35 0 F 113 3D 3F
Octal 252 146 332 26 65 0 17 423 75 77
Binary 10101010 1100110 11011010 10110 110101 0 1111 100010011 111101 111111

Color Harmonies of #AA66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66DA

Black with #AA66DA

Text Example


Text Example

White with #AA66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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