Html Css Color HEX #A961D8 Amethyst

📋 copy color: '#A961D8'

red 169 ◦ green 97 ◦ blue 216

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

Shades of Amethyst #A961D8

Tints of Amethyst #A961D8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 35.06%
G = 20.12%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A961D8 (or 0xA961D8) is known color: Amethyst. HEX triplet: A9, 61 and D8. RGB value is (169,97,216). Sum of RGB (Red+Green+Blue) = 169+97+216=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #A961D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961D8 is #569E27. Grayscale: #838383. Windows color (decimal): -5676584 or 14180777. OLE color: 14180777.

HSL color Cylindrical-coordinate representation of color #A961D8: hue angle of 276.3º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A961D8 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 97 216 -
CMYK 0.22 0.55 0 0.15
HSL 276.3º 0.6% 0.61% -
HSV(B) 276.3º 0.55% 0.85% -
XYZ 33.03 21.94 67.46 -
YUV 132.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 169 97 216 0.22 0.55 0 0.15 276.3 0.6 0.61
Hex A9 61 D8 16 37 0 F 114 3C 3D
Octal 251 141 330 26 67 0 17 424 74 75
Binary 10101001 1100001 11011000 10110 110111 0 1111 100010100 111100 111101

Color Harmonies of #A961D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961D8

Black with #A961D8

Text Example


Text Example

White with #A961D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961D8; }

 p { color: rgb(169,97,216); }

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

background-color css

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

 a { background-color: rgb(169,97,216); }

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

border-color css

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

 span { border-color: rgb(169,97,216); }

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