Html Css Color HEX #A963E6 Amethyst

📋 copy color: '#A963E6'

red 169 ◦ green 99 ◦ blue 230

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

Shades of Amethyst #A963E6

Tints of Amethyst #A963E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 33.94%
G = 19.88%
B = 46.18%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A963E6 (or 0xA963E6) is known color: Amethyst. HEX triplet: A9, 63 and E6. RGB value is (169,99,230). Sum of RGB (Red+Green+Blue) = 169+99+230=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #A963E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963E6 is #569C19. Grayscale: #868686. Windows color (decimal): -5676058 or 15098793. OLE color: 15098793.

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

Color convert

RGB 169 99 230 -
CMYK 0.27 0.57 0 0.10
HSL 272.06º 0.72% 0.65% -
HSV(B) 272.06º 0.57% 0.9% -
XYZ 35.11 23.07 77.47 -
YUV 134.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 169 99 230 0.27 0.57 0 0.10 272.06 0.72 0.65
Hex A9 63 E6 1B 39 0 A 110 48 41
Octal 251 143 346 33 71 0 12 420 110 101
Binary 10101001 1100011 11100110 11011 111001 0 1010 100010000 1001000 1000001

Color Harmonies of #A963E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963E6

Black with #A963E6

Text Example


Text Example

White with #A963E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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