Html Css Color HEX #A860DA Amethyst

📋 copy color: '#A860DA'

red 168 ◦ green 96 ◦ blue 218

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

Shades of Amethyst #A860DA

Tints of Amethyst #A860DA

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

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

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

R = 34.85%
G = 19.92%
B = 45.23%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A860DA (or 0xA860DA) is known color: Amethyst. HEX triplet: A8, 60 and DA. RGB value is (168,96,218). Sum of RGB (Red+Green+Blue) = 168+96+218=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #A860DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860DA is #579F25. Grayscale: #838383. Windows color (decimal): -5742374 or 14311592. OLE color: 14311592.

HSL color Cylindrical-coordinate representation of color #A860DA: hue angle of 275.41º 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 #A860DA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 96 218 -
CMYK 0.23 0.56 0 0.15
HSL 275.41º 0.62% 0.62% -
HSV(B) 275.41º 0.56% 0.85% -
XYZ 32.99 21.75 68.79 -
YUV 131.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 168 96 218 0.23 0.56 0 0.15 275.41 0.62 0.62
Hex A8 60 DA 17 38 0 F 113 3E 3E
Octal 250 140 332 27 70 0 17 423 76 76
Binary 10101000 1100000 11011010 10111 111000 0 1111 100010011 111110 111110

Color Harmonies of #A860DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860DA

Black with #A860DA

Text Example


Text Example

White with #A860DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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