Html Css Color HEX #A965DF Amethyst

📋 copy color: '#A965DF'

red 169 ◦ green 101 ◦ blue 223

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

Shades of Amethyst #A965DF

Tints of Amethyst #A965DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 34.28%
G = 20.49%
B = 45.23%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A965DF (or 0xA965DF) is known color: Amethyst. HEX triplet: A9, 65 and DF. RGB value is (169,101,223). Sum of RGB (Red+Green+Blue) = 169+101+223=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #A965DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965DF is #569A20. Grayscale: #868686. Windows color (decimal): -5675553 or 14640553. OLE color: 14640553.

HSL color Cylindrical-coordinate representation of color #A965DF: hue angle of 273.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A965DF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 101 223 -
CMYK 0.24 0.55 0 0.13
HSL 273.44º 0.66% 0.64% -
HSV(B) 273.44º 0.55% 0.87% -
XYZ 34.34 23.07 72.46 -
YUV 135.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 169 101 223 0.24 0.55 0 0.13 273.44 0.66 0.64
Hex A9 65 DF 18 37 0 D 111 42 40
Octal 251 145 337 30 67 0 15 421 102 100
Binary 10101001 1100101 11011111 11000 110111 0 1101 100010001 1000010 1000000

Color Harmonies of #A965DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965DF

Black with #A965DF

Text Example


Text Example

White with #A965DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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