Html Css Color HEX #A964DB Amethyst

📋 copy color: '#A964DB'

red 169 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #A964DB

Tints of Amethyst #A964DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

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

R = 34.63%
G = 20.49%
B = 44.88%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A964DB (or 0xA964DB) is known color: Amethyst. HEX triplet: A9, 64 and DB. RGB value is (169,100,219). Sum of RGB (Red+Green+Blue) = 169+100+219=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A964DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964DB is #569B24. Grayscale: #858585. Windows color (decimal): -5675813 or 14378153. OLE color: 14378153.

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

Color convert

RGB 169 100 219 -
CMYK 0.23 0.54 0 0.14
HSL 274.79º 0.62% 0.63% -
HSV(B) 274.79º 0.54% 0.86% -
XYZ 33.71 22.66 69.62 -
YUV 134.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 169 100 219 0.23 0.54 0 0.14 274.79 0.62 0.63
Hex A9 64 DB 17 36 0 E 113 3E 3F
Octal 251 144 333 27 66 0 16 423 76 77
Binary 10101001 1100100 11011011 10111 110110 0 1110 100010011 111110 111111

Color Harmonies of #A964DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964DB

Black with #A964DB

Text Example


Text Example

White with #A964DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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