Html Css Color HEX #AA68DD Amethyst

📋 copy color: '#AA68DD'

red 170 ◦ green 104 ◦ blue 221

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

Shades of Amethyst #AA68DD

Tints of Amethyst #AA68DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 34.34%
G = 21.01%
B = 44.65%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA68DD (or 0xAA68DD) is known color: Amethyst. HEX triplet: AA, 68 and DD. RGB value is (170,104,221). Sum of RGB (Red+Green+Blue) = 170+104+221=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68DD is #559722. Grayscale: #888888. Windows color (decimal): -5609251 or 14510250. OLE color: 14510250.

HSL color Cylindrical-coordinate representation of color #AA68DD: hue angle of 273.85º degrees, saturation: 0.63, 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 #AA68DD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 104 221 -
CMYK 0.23 0.53 0 0.13
HSL 273.85º 0.63% 0.64% -
HSV(B) 273.85º 0.53% 0.87% -
XYZ 34.58 23.67 71.15 -
YUV 137.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 170 104 221 0.23 0.53 0 0.13 273.85 0.63 0.64
Hex AA 68 DD 17 35 0 D 112 3F 40
Octal 252 150 335 27 65 0 15 422 77 100
Binary 10101010 1101000 11011101 10111 110101 0 1101 100010010 111111 1000000

Color Harmonies of #AA68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68DD

Black with #AA68DD

Text Example


Text Example

White with #AA68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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