Html Css Color HEX #A660D5 Amethyst

📋 copy color: '#A660D5'

red 166 ◦ green 96 ◦ blue 213

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

Shades of Amethyst #A660D5

Tints of Amethyst #A660D5

RGB

 RED value IS 166 (65.23% from 255) = 34.95%

 GREEN value IS 96 (37.89% from 255) = 20.21%

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 34.95%
G = 20.21%
B = 44.84%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A660D5 (or 0xA660D5) is known color: Amethyst. HEX triplet: A6, 60 and D5. RGB value is (166,96,213). Sum of RGB (Red+Green+Blue) = 166+96+213=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #A660D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660D5 is #599F2A. Grayscale: #818181. Windows color (decimal): -5873451 or 13983910. OLE color: 13983910.

HSL color Cylindrical-coordinate representation of color #A660D5: hue angle of 275.9º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A660D5 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 96 213 -
CMYK 0.22 0.55 0 0.16
HSL 275.9º 0.58% 0.61% -
HSV(B) 275.9º 0.55% 0.84% -
XYZ 31.92 21.28 65.38 -
YUV 130.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 166 96 213 0.22 0.55 0 0.16 275.9 0.58 0.61
Hex A6 60 D5 16 37 0 10 114 3A 3D
Octal 246 140 325 26 67 0 20 424 72 75
Binary 10100110 1100000 11010101 10110 110111 0 10000 100010100 111010 111101

Color Harmonies of #A660D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A660D5

Black with #A660D5

Text Example


Text Example

White with #A660D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A660D5; }

 p { color: rgb(166,96,213); }

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

background-color css

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

 a { background-color: rgb(166,96,213); }

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

border-color css

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

 span { border-color: rgb(166,96,213); }

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