Html Css Color HEX #A960D4 Amethyst

📋 copy color: '#A960D4'

red 169 ◦ green 96 ◦ blue 212

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

Shades of Amethyst #A960D4

Tints of Amethyst #A960D4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 35.43%
G = 20.13%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A960D4 (or 0xA960D4) is known color: Amethyst. HEX triplet: A9, 60 and D4. RGB value is (169,96,212). Sum of RGB (Red+Green+Blue) = 169+96+212=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #A960D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960D4 is #569F2B. Grayscale: #828282. Windows color (decimal): -5676844 or 13918377. OLE color: 13918377.

HSL color Cylindrical-coordinate representation of color #A960D4: hue angle of 277.76º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A960D4 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 96 212 -
CMYK 0.20 0.55 0 0.17
HSL 277.76º 0.57% 0.6% -
HSV(B) 277.76º 0.55% 0.83% -
XYZ 32.43 21.55 64.74 -
YUV 131.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 169 96 212 0.20 0.55 0 0.17 277.76 0.57 0.6
Hex A9 60 D4 14 37 0 11 116 39 3C
Octal 251 140 324 24 67 0 21 426 71 74
Binary 10101001 1100000 11010100 10100 110111 0 10001 100010110 111001 111100

Color Harmonies of #A960D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960D4

Black with #A960D4

Text Example


Text Example

White with #A960D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960D4; }

 p { color: rgb(169,96,212); }

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

background-color css

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

 a { background-color: rgb(169,96,212); }

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

border-color css

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

 span { border-color: rgb(169,96,212); }

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