Html Css Color HEX #A760DB Amethyst

📋 copy color: '#A760DB'

red 167 ◦ green 96 ◦ blue 219

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

Shades of Amethyst #A760DB

Tints of Amethyst #A760DB

RGB

 RED value IS 167 (65.63% from 255) = 34.65%

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

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

R = 34.65%
G = 19.92%
B = 45.44%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A760DB (or 0xA760DB) is known color: Amethyst. HEX triplet: A7, 60 and DB. RGB value is (167,96,219). Sum of RGB (Red+Green+Blue) = 167+96+219=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #A760DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760DB is #589F24. Grayscale: #828282. Windows color (decimal): -5807909 or 14377127. OLE color: 14377127.

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

Color convert

RGB 167 96 219 -
CMYK 0.24 0.56 0 0.14
HSL 274.63º 0.63% 0.62% -
HSV(B) 274.63º 0.56% 0.86% -
XYZ 32.91 21.7 69.47 -
YUV 131.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 167 96 219 0.24 0.56 0 0.14 274.63 0.63 0.62
Hex A7 60 DB 18 38 0 E 113 3F 3E
Octal 247 140 333 30 70 0 16 423 77 76
Binary 10100111 1100000 11011011 11000 111000 0 1110 100010011 111111 111110

Color Harmonies of #A760DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760DB

Black with #A760DB

Text Example


Text Example

White with #A760DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760DB; }

 p { color: rgb(167,96,219); }

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

background-color css

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

 a { background-color: rgb(167,96,219); }

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

border-color css

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

 span { border-color: rgb(167,96,219); }

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