Html Css Color HEX #A860DD Amethyst

📋 copy color: '#A860DD'

red 168 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #A860DD

Tints of Amethyst #A860DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 34.64%
G = 19.79%
B = 45.57%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A860DD (or 0xA860DD) is known color: Amethyst. HEX triplet: A8, 60 and DD. RGB value is (168,96,221). Sum of RGB (Red+Green+Blue) = 168+96+221=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A860DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860DD is #579F22. Grayscale: #838383. Windows color (decimal): -5742371 or 14508200. OLE color: 14508200.

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

Color convert

RGB 168 96 221 -
CMYK 0.24 0.57 0 0.13
HSL 274.56º 0.65% 0.62% -
HSV(B) 274.56º 0.57% 0.87% -
XYZ 33.38 21.91 70.88 -
YUV 131.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 168 96 221 0.24 0.57 0 0.13 274.56 0.65 0.62
Hex A8 60 DD 18 39 0 D 113 41 3E
Octal 250 140 335 30 71 0 15 423 101 76
Binary 10101000 1100000 11011101 11000 111001 0 1101 100010011 1000001 111110

Color Harmonies of #A860DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860DD

Black with #A860DD

Text Example


Text Example

White with #A860DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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