Html Css Color HEX #AA66DB Amethyst

📋 copy color: '#AA66DB'

red 170 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #AA66DB

Tints of Amethyst #AA66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 34.62%
G = 20.77%
B = 44.6%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA66DB (or 0xAA66DB) is known color: Amethyst. HEX triplet: AA, 66 and DB. RGB value is (170,102,219). Sum of RGB (Red+Green+Blue) = 170+102+219=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66DB is #559924. Grayscale: #878787. Windows color (decimal): -5609765 or 14378666. OLE color: 14378666.

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

Color convert

RGB 170 102 219 -
CMYK 0.22 0.53 0 0.14
HSL 274.87º 0.62% 0.63% -
HSV(B) 274.87º 0.53% 0.86% -
XYZ 34.12 23.16 69.69 -
YUV 135.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 170 102 219 0.22 0.53 0 0.14 274.87 0.62 0.63
Hex AA 66 DB 16 35 0 E 113 3E 3F
Octal 252 146 333 26 65 0 16 423 76 77
Binary 10101010 1100110 11011011 10110 110101 0 1110 100010011 111110 111111

Color Harmonies of #AA66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66DB

Black with #AA66DB

Text Example


Text Example

White with #AA66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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