Html Css Color HEX #AA6DC0 Amethyst

📋 copy color: '#AA6DC0'

red 170 ◦ green 109 ◦ blue 192

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

Shades of Amethyst #AA6DC0

Tints of Amethyst #AA6DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 36.09%
G = 23.14%
B = 40.76%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA6DC0 (or 0xAA6DC0) is known color: Amethyst. HEX triplet: AA, 6D and C0. RGB value is (170,109,192). Sum of RGB (Red+Green+Blue) = 170+109+192=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA6DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DC0 is #55923F. Grayscale: #888888. Windows color (decimal): -5608000 or 12610986. OLE color: 12610986.

HSL color Cylindrical-coordinate representation of color #AA6DC0: hue angle of 284.1º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6DC0 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 109 192 -
CMYK 0.11 0.43 0 0.25
HSL 284.1º 0.4% 0.59% -
HSV(B) 284.1º 0.43% 0.75% -
XYZ 31.56 23.29 52.7 -
YUV 136.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 170 109 192 0.11 0.43 0 0.25 284.1 0.4 0.59
Hex AA 6D C0 B 2B 0 19 11C 28 3B
Octal 252 155 300 13 53 0 31 434 50 73
Binary 10101010 1101101 11000000 1011 101011 0 11001 100011100 101000 111011

Color Harmonies of #AA6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DC0

Black with #AA6DC0

Text Example


Text Example

White with #AA6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DC0; }

 p { color: rgb(170,109,192); }

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

background-color css

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

 a { background-color: rgb(170,109,192); }

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

border-color css

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

 span { border-color: rgb(170,109,192); }

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