Html Css Color HEX #A965D5 Amethyst

📋 copy color: '#A965D5'

red 169 ◦ green 101 ◦ blue 213

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

Shades of Amethyst #A965D5

Tints of Amethyst #A965D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 34.99%
G = 20.91%
B = 44.1%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A965D5 (or 0xA965D5) is known color: Amethyst. HEX triplet: A9, 65 and D5. RGB value is (169,101,213). Sum of RGB (Red+Green+Blue) = 169+101+213=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A965D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965D5 is #569A2A. Grayscale: #858585. Windows color (decimal): -5675563 or 13985193. OLE color: 13985193.

HSL color Cylindrical-coordinate representation of color #A965D5: hue angle of 276.43º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A965D5 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 101 213 -
CMYK 0.21 0.53 0 0.16
HSL 276.43º 0.57% 0.62% -
HSV(B) 276.43º 0.53% 0.84% -
XYZ 33.03 22.55 65.56 -
YUV 134.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 169 101 213 0.21 0.53 0 0.16 276.43 0.57 0.62
Hex A9 65 D5 15 35 0 10 114 39 3E
Octal 251 145 325 25 65 0 20 424 71 76
Binary 10101001 1100101 11010101 10101 110101 0 10000 100010100 111001 111110

Color Harmonies of #A965D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965D5

Black with #A965D5

Text Example


Text Example

White with #A965D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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