Html Css Color HEX #AA68D9 Amethyst

📋 copy color: '#AA68D9'

red 170 ◦ green 104 ◦ blue 217

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

Shades of Amethyst #AA68D9

Tints of Amethyst #AA68D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.18%

 BLUE value IS 217 (85.16% from 255) = 44.2%

R = 34.62%
G = 21.18%
B = 44.2%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA68D9 (or 0xAA68D9) is known color: Amethyst. HEX triplet: AA, 68 and D9. RGB value is (170,104,217). Sum of RGB (Red+Green+Blue) = 170+104+217=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68D9 is #559726. Grayscale: #888888. Windows color (decimal): -5609255 or 14248106. OLE color: 14248106.

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

Color convert

RGB 170 104 217 -
CMYK 0.22 0.52 0 0.15
HSL 275.04º 0.6% 0.63% -
HSV(B) 275.04º 0.52% 0.85% -
XYZ 34.05 23.46 68.38 -
YUV 136.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 170 104 217 0.22 0.52 0 0.15 275.04 0.6 0.63
Hex AA 68 D9 16 34 0 F 113 3C 3F
Octal 252 150 331 26 64 0 17 423 74 77
Binary 10101010 1101000 11011001 10110 110100 0 1111 100010011 111100 111111

Color Harmonies of #AA68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68D9

Black with #AA68D9

Text Example


Text Example

White with #AA68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68D9; }

 p { color: rgb(170,104,217); }

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

background-color css

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

 a { background-color: rgb(170,104,217); }

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

border-color css

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

 span { border-color: rgb(170,104,217); }

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