Html Css Color HEX #A860DF Amethyst

📋 copy color: '#A860DF'

red 168 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A860DF

Tints of Amethyst #A860DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 34.5%
G = 19.71%
B = 45.79%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A860DF (or 0xA860DF) is known color: Amethyst. HEX triplet: A8, 60 and DF. RGB value is (168,96,223). Sum of RGB (Red+Green+Blue) = 168+96+223=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A860DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860DF is #579F20. Grayscale: #838383. Windows color (decimal): -5742369 or 14639272. OLE color: 14639272.

HSL color Cylindrical-coordinate representation of color #A860DF: hue angle of 274.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A860DF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 96 223 -
CMYK 0.25 0.57 0 0.13
HSL 274.02º 0.66% 0.63% -
HSV(B) 274.02º 0.57% 0.87% -
XYZ 33.65 22.02 72.29 -
YUV 132.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 168 96 223 0.25 0.57 0 0.13 274.02 0.66 0.63
Hex A8 60 DF 19 39 0 D 112 42 3F
Octal 250 140 337 31 71 0 15 422 102 77
Binary 10101000 1100000 11011111 11001 111001 0 1101 100010010 1000010 111111

Color Harmonies of #A860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860DF

Black with #A860DF

Text Example


Text Example

White with #A860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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