Html Css Color HEX #A961DA Amethyst

📋 copy color: '#A961DA'

red 169 ◦ green 97 ◦ blue 218

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

Shades of Amethyst #A961DA

Tints of Amethyst #A961DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 34.92%
G = 20.04%
B = 45.04%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A961DA (or 0xA961DA) is known color: Amethyst. HEX triplet: A9, 61 and DA. RGB value is (169,97,218). Sum of RGB (Red+Green+Blue) = 169+97+218=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A961DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961DA is #569E25. Grayscale: #838383. Windows color (decimal): -5676582 or 14311849. OLE color: 14311849.

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

Color convert

RGB 169 97 218 -
CMYK 0.22 0.56 0 0.15
HSL 275.7º 0.62% 0.62% -
HSV(B) 275.7º 0.56% 0.85% -
XYZ 33.29 22.05 68.83 -
YUV 132.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 169 97 218 0.22 0.56 0 0.15 275.7 0.62 0.62
Hex A9 61 DA 16 38 0 F 114 3E 3E
Octal 251 141 332 26 70 0 17 424 76 76
Binary 10101001 1100001 11011010 10110 111000 0 1111 100010100 111110 111110

Color Harmonies of #A961DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961DA

Black with #A961DA

Text Example


Text Example

White with #A961DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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