Html Css Color HEX #A961CA Amethyst

📋 copy color: '#A961CA'

red 169 ◦ green 97 ◦ blue 202

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

Shades of Amethyst #A961CA

Tints of Amethyst #A961CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 36.11%
G = 20.73%
B = 43.16%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A961CA (or 0xA961CA) is known color: Amethyst. HEX triplet: A9, 61 and CA. RGB value is (169,97,202). Sum of RGB (Red+Green+Blue) = 169+97+202=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A961CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961CA is #569E35. Grayscale: #828282. Windows color (decimal): -5676598 or 13263273. OLE color: 13263273.

HSL color Cylindrical-coordinate representation of color #A961CA: hue angle of 281.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A961CA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 97 202 -
CMYK 0.16 0.52 0 0.21
HSL 281.14º 0.5% 0.59% -
HSV(B) 281.14º 0.52% 0.79% -
XYZ 31.3 21.25 58.33 -
YUV 130.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 169 97 202 0.16 0.52 0 0.21 281.14 0.5 0.59
Hex A9 61 CA 10 34 0 15 119 32 3B
Octal 251 141 312 20 64 0 25 431 62 73
Binary 10101001 1100001 11001010 10000 110100 0 10101 100011001 110010 111011

Color Harmonies of #A961CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961CA

Black with #A961CA

Text Example


Text Example

White with #A961CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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