Html Css Color HEX #AA68DF Amethyst

📋 copy color: '#AA68DF'

red 170 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #AA68DF

Tints of Amethyst #AA68DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 34.21%
G = 20.93%
B = 44.87%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA68DF (or 0xAA68DF) is known color: Amethyst. HEX triplet: AA, 68 and DF. RGB value is (170,104,223). Sum of RGB (Red+Green+Blue) = 170+104+223=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA68DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68DF is #559720. Grayscale: #888888. Windows color (decimal): -5609249 or 14641322. OLE color: 14641322.

HSL color Cylindrical-coordinate representation of color #AA68DF: hue angle of 273.28º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA68DF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 104 223 -
CMYK 0.24 0.53 0 0.13
HSL 273.28º 0.65% 0.64% -
HSV(B) 273.28º 0.53% 0.87% -
XYZ 34.85 23.77 72.56 -
YUV 137.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 170 104 223 0.24 0.53 0 0.13 273.28 0.65 0.64
Hex AA 68 DF 18 35 0 D 111 41 40
Octal 252 150 337 30 65 0 15 421 101 100
Binary 10101010 1101000 11011111 11000 110101 0 1101 100010001 1000001 1000000

Color Harmonies of #AA68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68DF

Black with #AA68DF

Text Example


Text Example

White with #AA68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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