Html Css Color HEX #A965DB Amethyst

📋 copy color: '#A965DB'

red 169 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #A965DB

Tints of Amethyst #A965DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

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

R = 34.56%
G = 20.65%
B = 44.79%

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

#A965DB (or 0xA965DB) is known color: Amethyst. HEX triplet: A9, 65 and DB. RGB value is (169,101,219). Sum of RGB (Red+Green+Blue) = 169+101+219=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A965DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965DB is #569A24. Grayscale: #868686. Windows color (decimal): -5675557 or 14378409. OLE color: 14378409.

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

Color convert

RGB 169 101 219 -
CMYK 0.23 0.54 0 0.14
HSL 274.58º 0.62% 0.63% -
HSV(B) 274.58º 0.54% 0.86% -
XYZ 33.8 22.86 69.65 -
YUV 134.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 169 101 219 0.23 0.54 0 0.14 274.58 0.62 0.63
Hex A9 65 DB 17 36 0 E 113 3E 3F
Octal 251 145 333 27 66 0 16 423 76 77
Binary 10101001 1100101 11011011 10111 110110 0 1110 100010011 111110 111111

Color Harmonies of #A965DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965DB

Black with #A965DB

Text Example


Text Example

White with #A965DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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