Html Css Color HEX #AA68DC Amethyst

📋 copy color: '#AA68DC'

red 170 ◦ green 104 ◦ blue 220

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

Shades of Amethyst #AA68DC

Tints of Amethyst #AA68DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 34.41%
G = 21.05%
B = 44.53%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA68DC (or 0xAA68DC) is known color: Amethyst. HEX triplet: AA, 68 and DC. RGB value is (170,104,220). Sum of RGB (Red+Green+Blue) = 170+104+220=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68DC is #559723. Grayscale: #888888. Windows color (decimal): -5609252 or 14444714. OLE color: 14444714.

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

Color convert

RGB 170 104 220 -
CMYK 0.23 0.53 0 0.14
HSL 274.14º 0.62% 0.64% -
HSV(B) 274.14º 0.53% 0.86% -
XYZ 34.45 23.61 70.45 -
YUV 136.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 170 104 220 0.23 0.53 0 0.14 274.14 0.62 0.64
Hex AA 68 DC 17 35 0 E 112 3E 40
Octal 252 150 334 27 65 0 16 422 76 100
Binary 10101010 1101000 11011100 10111 110101 0 1110 100010010 111110 1000000

Color Harmonies of #AA68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68DC

Black with #AA68DC

Text Example


Text Example

White with #AA68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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