Html Css Color HEX #A968DB Amethyst

📋 copy color: '#A968DB'

red 169 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A968DB

Tints of Amethyst #A968DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.14%

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

R = 34.35%
G = 21.14%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A968DB (or 0xA968DB) is known color: Amethyst. HEX triplet: A9, 68 and DB. RGB value is (169,104,219). Sum of RGB (Red+Green+Blue) = 169+104+219=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A968DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968DB is #569724. Grayscale: #888888. Windows color (decimal): -5674789 or 14379177. OLE color: 14379177.

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

Color convert

RGB 169 104 219 -
CMYK 0.23 0.53 0 0.14
HSL 273.91º 0.61% 0.63% -
HSV(B) 273.91º 0.53% 0.86% -
XYZ 34.1 23.45 69.75 -
YUV 136.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 169 104 219 0.23 0.53 0 0.14 273.91 0.61 0.63
Hex A9 68 DB 17 35 0 E 112 3D 3F
Octal 251 150 333 27 65 0 16 422 75 77
Binary 10101001 1101000 11011011 10111 110101 0 1110 100010010 111101 111111

Color Harmonies of #A968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968DB

Black with #A968DB

Text Example


Text Example

White with #A968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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