Html Css Color HEX #A763D6 Amethyst

📋 copy color: '#A763D6'

red 167 ◦ green 99 ◦ blue 214

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

Shades of Amethyst #A763D6

Tints of Amethyst #A763D6

RGB

 RED value IS 167 (65.63% from 255) = 34.79%

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 34.79%
G = 20.63%
B = 44.58%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A763D6 (or 0xA763D6) is known color: Amethyst. HEX triplet: A7, 63 and D6. RGB value is (167,99,214). Sum of RGB (Red+Green+Blue) = 167+99+214=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #A763D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763D6 is #589C29. Grayscale: #848484. Windows color (decimal): -5807146 or 14050215. OLE color: 14050215.

HSL color Cylindrical-coordinate representation of color #A763D6: hue angle of 275.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A763D6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 99 214 -
CMYK 0.22 0.54 0 0.16
HSL 275.48º 0.58% 0.61% -
HSV(B) 275.48º 0.54% 0.84% -
XYZ 32.54 21.99 66.15 -
YUV 132.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 167 99 214 0.22 0.54 0 0.16 275.48 0.58 0.61
Hex A7 63 D6 16 36 0 10 113 3A 3D
Octal 247 143 326 26 66 0 20 423 72 75
Binary 10100111 1100011 11010110 10110 110110 0 10000 100010011 111010 111101

Color Harmonies of #A763D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763D6

Black with #A763D6

Text Example


Text Example

White with #A763D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763D6; }

 p { color: rgb(167,99,214); }

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

background-color css

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

 a { background-color: rgb(167,99,214); }

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

border-color css

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

 span { border-color: rgb(167,99,214); }

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