Html Css Color HEX #A963DB Amethyst

📋 copy color: '#A963DB'

red 169 ◦ green 99 ◦ blue 219

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

Shades of Amethyst #A963DB

Tints of Amethyst #A963DB

RGB

 RED value IS 169 (66.41% from 255) = 34.7%

 GREEN value IS 99 (39.06% from 255) = 20.33%

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

R = 34.7%
G = 20.33%
B = 44.97%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A963DB (or 0xA963DB) is known color: Amethyst. HEX triplet: A9, 63 and DB. RGB value is (169,99,219). Sum of RGB (Red+Green+Blue) = 169+99+219=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A963DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963DB is #569C24. Grayscale: #858585. Windows color (decimal): -5676069 or 14377897. OLE color: 14377897.

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

Color convert

RGB 169 99 219 -
CMYK 0.23 0.55 0 0.14
HSL 275º 0.63% 0.62% -
HSV(B) 275º 0.55% 0.86% -
XYZ 33.61 22.47 69.58 -
YUV 133.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 169 99 219 0.23 0.55 0 0.14 275 0.63 0.62
Hex A9 63 DB 17 37 0 E 113 3E 3E
Octal 251 143 333 27 67 0 16 423 76 76
Binary 10101001 1100011 11011011 10111 110111 0 1110 100010011 111110 111110

Color Harmonies of #A963DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963DB

Black with #A963DB

Text Example


Text Example

White with #A963DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963DB; }

 p { color: rgb(169,99,219); }

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

background-color css

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

 a { background-color: rgb(169,99,219); }

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

border-color css

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

 span { border-color: rgb(169,99,219); }

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