Html Css Color HEX #A969DB Amethyst

📋 copy color: '#A969DB'

red 169 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #A969DB

Tints of Amethyst #A969DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

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

R = 34.28%
G = 21.3%
B = 44.42%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A969DB (or 0xA969DB) is known color: Amethyst. HEX triplet: A9, 69 and DB. RGB value is (169,105,219). Sum of RGB (Red+Green+Blue) = 169+105+219=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A969DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969DB is #569624. Grayscale: #888888. Windows color (decimal): -5674533 or 14379433. OLE color: 14379433.

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

Color convert

RGB 169 105 219 -
CMYK 0.23 0.52 0 0.14
HSL 273.68º 0.61% 0.64% -
HSV(B) 273.68º 0.52% 0.86% -
XYZ 34.2 23.65 69.78 -
YUV 137.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 169 105 219 0.23 0.52 0 0.14 273.68 0.61 0.64
Hex A9 69 DB 17 34 0 E 112 3D 40
Octal 251 151 333 27 64 0 16 422 75 100
Binary 10101001 1101001 11011011 10111 110100 0 1110 100010010 111101 1000000

Color Harmonies of #A969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969DB

Black with #A969DB

Text Example


Text Example

White with #A969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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