Html Css Color HEX #A763DA Amethyst

📋 copy color: '#A763DA'

red 167 ◦ green 99 ◦ blue 218

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

Shades of Amethyst #A763DA

Tints of Amethyst #A763DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 34.5%
G = 20.45%
B = 45.04%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A763DA (or 0xA763DA) is known color: Amethyst. HEX triplet: A7, 63 and DA. RGB value is (167,99,218). Sum of RGB (Red+Green+Blue) = 167+99+218=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A763DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763DA is #589C25. Grayscale: #848484. Windows color (decimal): -5807142 or 14312359. OLE color: 14312359.

HSL color Cylindrical-coordinate representation of color #A763DA: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A763DA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 99 218 -
CMYK 0.23 0.55 0 0.15
HSL 274.29º 0.62% 0.62% -
HSV(B) 274.29º 0.55% 0.85% -
XYZ 33.05 22.2 68.87 -
YUV 132.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 167 99 218 0.23 0.55 0 0.15 274.29 0.62 0.62
Hex A7 63 DA 17 37 0 F 112 3E 3E
Octal 247 143 332 27 67 0 17 422 76 76
Binary 10100111 1100011 11011010 10111 110111 0 1111 100010010 111110 111110

Color Harmonies of #A763DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763DA

Black with #A763DA

Text Example


Text Example

White with #A763DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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