Html Css Color HEX #AA6AD0 Amethyst

📋 copy color: '#AA6AD0'

red 170 ◦ green 106 ◦ blue 208

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

Shades of Amethyst #AA6AD0

Tints of Amethyst #AA6AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 35.12%
G = 21.9%
B = 42.98%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA6AD0 (or 0xAA6AD0) is known color: Amethyst. HEX triplet: AA, 6A and D0. RGB value is (170,106,208). Sum of RGB (Red+Green+Blue) = 170+106+208=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD0 is #55952F. Grayscale: #888888. Windows color (decimal): -5608752 or 13658794. OLE color: 13658794.

HSL color Cylindrical-coordinate representation of color #AA6AD0: hue angle of 277.65º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6AD0 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 106 208 -
CMYK 0.18 0.49 0 0.18
HSL 277.65º 0.52% 0.62% -
HSV(B) 277.65º 0.49% 0.82% -
XYZ 33.12 23.41 62.45 -
YUV 136.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 170 106 208 0.18 0.49 0 0.18 277.65 0.52 0.62
Hex AA 6A D0 12 31 0 12 116 34 3E
Octal 252 152 320 22 61 0 22 426 64 76
Binary 10101010 1101010 11010000 10010 110001 0 10010 100010110 110100 111110

Color Harmonies of #AA6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AD0

Black with #AA6AD0

Text Example


Text Example

White with #AA6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AD0; }

 p { color: rgb(170,106,208); }

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

background-color css

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

 a { background-color: rgb(170,106,208); }

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

border-color css

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

 span { border-color: rgb(170,106,208); }

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