Html Css Color HEX #AA6ACD Amethyst

📋 copy color: '#AA6ACD'

red 170 ◦ green 106 ◦ blue 205

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

Shades of Amethyst #AA6ACD

Tints of Amethyst #AA6ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 35.34%
G = 22.04%
B = 42.62%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA6ACD (or 0xAA6ACD) is known color: Amethyst. HEX triplet: AA, 6A and CD. RGB value is (170,106,205). Sum of RGB (Red+Green+Blue) = 170+106+205=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACD is #559532. Grayscale: #888888. Windows color (decimal): -5608755 or 13462186. OLE color: 13462186.

HSL color Cylindrical-coordinate representation of color #AA6ACD: hue angle of 278.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6ACD is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 106 205 -
CMYK 0.17 0.48 0 0.20
HSL 278.79º 0.5% 0.61% -
HSV(B) 278.79º 0.48% 0.8% -
XYZ 32.75 23.26 60.52 -
YUV 136.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 170 106 205 0.17 0.48 0 0.20 278.79 0.5 0.61
Hex AA 6A CD 11 30 0 14 117 32 3D
Octal 252 152 315 21 60 0 24 427 62 75
Binary 10101010 1101010 11001101 10001 110000 0 10100 100010111 110010 111101

Color Harmonies of #AA6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ACD

Black with #AA6ACD

Text Example


Text Example

White with #AA6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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