Html Css Color HEX #A963C8 Amethyst

📋 copy color: '#A963C8'

red 169 ◦ green 99 ◦ blue 200

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

Shades of Amethyst #A963C8

Tints of Amethyst #A963C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 36.11%
G = 21.15%
B = 42.74%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A963C8 (or 0xA963C8) is known color: Amethyst. HEX triplet: A9, 63 and C8. RGB value is (169,99,200). Sum of RGB (Red+Green+Blue) = 169+99+200=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #A963C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963C8 is #569C37. Grayscale: #838383. Windows color (decimal): -5676088 or 13132713. OLE color: 13132713.

HSL color Cylindrical-coordinate representation of color #A963C8: hue angle of 281.58º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A963C8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 99 200 -
CMYK 0.16 0.50 0 0.22
HSL 281.58º 0.48% 0.59% -
HSV(B) 281.58º 0.51% 0.78% -
XYZ 31.25 21.53 57.15 -
YUV 131.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 169 99 200 0.16 0.50 0 0.22 281.58 0.48 0.59
Hex A9 63 C8 10 32 0 16 11A 30 3B
Octal 251 143 310 20 62 0 26 432 60 73
Binary 10101001 1100011 11001000 10000 110010 0 10110 100011010 110000 111011

Color Harmonies of #A963C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963C8

Black with #A963C8

Text Example


Text Example

White with #A963C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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