Html Css Color HEX #A861DB Amethyst

📋 copy color: '#A861DB'

red 168 ◦ green 97 ◦ blue 219

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

Shades of Amethyst #A861DB

Tints of Amethyst #A861DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 34.71%
G = 20.04%
B = 45.25%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A861DB (or 0xA861DB) is known color: Amethyst. HEX triplet: A8, 61 and DB. RGB value is (168,97,219). Sum of RGB (Red+Green+Blue) = 168+97+219=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A861DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861DB is #579E24. Grayscale: #838383. Windows color (decimal): -5742117 or 14377384. OLE color: 14377384.

HSL color Cylindrical-coordinate representation of color #A861DB: hue angle of 274.92º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A861DB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 97 219 -
CMYK 0.23 0.56 0 0.14
HSL 274.92º 0.63% 0.62% -
HSV(B) 274.92º 0.56% 0.86% -
XYZ 33.21 21.99 69.51 -
YUV 132.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 168 97 219 0.23 0.56 0 0.14 274.92 0.63 0.62
Hex A8 61 DB 17 38 0 E 113 3F 3E
Octal 250 141 333 27 70 0 16 423 77 76
Binary 10101000 1100001 11011011 10111 111000 0 1110 100010011 111111 111110

Color Harmonies of #A861DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861DB

Black with #A861DB

Text Example


Text Example

White with #A861DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861DB; }

 p { color: rgb(168,97,219); }

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

background-color css

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

 a { background-color: rgb(168,97,219); }

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

border-color css

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

 span { border-color: rgb(168,97,219); }

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