Html Css Color HEX #A660DA Amethyst

📋 copy color: '#A660DA'

red 166 ◦ green 96 ◦ blue 218

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

Shades of Amethyst #A660DA

Tints of Amethyst #A660DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 34.58%
G = 20%
B = 45.42%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A660DA (or 0xA660DA) is known color: Amethyst. HEX triplet: A6, 60 and DA. RGB value is (166,96,218). Sum of RGB (Red+Green+Blue) = 166+96+218=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #A660DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660DA is #599F25. Grayscale: #828282. Windows color (decimal): -5873446 or 14311590. OLE color: 14311590.

HSL color Cylindrical-coordinate representation of color #A660DA: hue angle of 274.43º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A660DA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 96 218 -
CMYK 0.24 0.56 0 0.15
HSL 274.43º 0.62% 0.62% -
HSV(B) 274.43º 0.56% 0.85% -
XYZ 32.56 21.53 68.77 -
YUV 130.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 166 96 218 0.24 0.56 0 0.15 274.43 0.62 0.62
Hex A6 60 DA 18 38 0 F 112 3E 3E
Octal 246 140 332 30 70 0 17 422 76 76
Binary 10100110 1100000 11011010 11000 111000 0 1111 100010010 111110 111110

Color Harmonies of #A660DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A660DA

Black with #A660DA

Text Example


Text Example

White with #A660DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A660DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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