Html Css Color HEX #A963E5 Amethyst

📋 copy color: '#A963E5'

red 169 ◦ green 99 ◦ blue 229

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

Shades of Amethyst #A963E5

Tints of Amethyst #A963E5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.92%

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 34%
G = 19.92%
B = 46.08%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A963E5 (or 0xA963E5) is known color: Amethyst. HEX triplet: A9, 63 and E5. RGB value is (169,99,229). Sum of RGB (Red+Green+Blue) = 169+99+229=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #A963E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963E5 is #569C1A. Grayscale: #868686. Windows color (decimal): -5676059 or 15033257. OLE color: 15033257.

HSL color Cylindrical-coordinate representation of color #A963E5: hue angle of 272.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A963E5 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 99 229 -
CMYK 0.26 0.57 0 0.10
HSL 272.31º 0.71% 0.64% -
HSV(B) 272.31º 0.57% 0.9% -
XYZ 34.97 23.02 76.73 -
YUV 134.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 169 99 229 0.26 0.57 0 0.10 272.31 0.71 0.64
Hex A9 63 E5 1A 39 0 A 110 47 40
Octal 251 143 345 32 71 0 12 420 107 100
Binary 10101001 1100011 11100101 11010 111001 0 1010 100010000 1000111 1000000

Color Harmonies of #A963E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963E5

Black with #A963E5

Text Example


Text Example

White with #A963E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963E5; }

 p { color: rgb(169,99,229); }

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

background-color css

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

 a { background-color: rgb(169,99,229); }

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

border-color css

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

 span { border-color: rgb(169,99,229); }

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