Html Css Color HEX #A763C8 Amethyst

📋 copy color: '#A763C8'

red 167 ◦ green 99 ◦ blue 200

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

Shades of Amethyst #A763C8

Tints of Amethyst #A763C8

RGB

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

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

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

R = 35.84%
G = 21.24%
B = 42.92%

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

#A763C8 (or 0xA763C8) is known color: Amethyst. HEX triplet: A7, 63 and C8. RGB value is (167,99,200). Sum of RGB (Red+Green+Blue) = 167+99+200=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #A763C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763C8 is #589C37. Grayscale: #828282. Windows color (decimal): -5807160 or 13132711. OLE color: 13132711.

HSL color Cylindrical-coordinate representation of color #A763C8: hue angle of 280.4º 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 #A763C8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 99 200 -
CMYK 0.16 0.50 0 0.22
HSL 280.4º 0.48% 0.59% -
HSV(B) 280.4º 0.51% 0.78% -
XYZ 30.82 21.31 57.13 -
YUV 130.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 167 99 200 0.16 0.50 0 0.22 280.4 0.48 0.59
Hex A7 63 C8 10 32 0 16 118 30 3B
Octal 247 143 310 20 62 0 26 430 60 73
Binary 10100111 1100011 11001000 10000 110010 0 10110 100011000 110000 111011

Color Harmonies of #A763C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763C8

Black with #A763C8

Text Example


Text Example

White with #A763C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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