Html Css Color HEX #A763DF Amethyst

📋 copy color: '#A763DF'

red 167 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #A763DF

Tints of Amethyst #A763DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 34.15%
G = 20.25%
B = 45.6%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A763DF (or 0xA763DF) is known color: Amethyst. HEX triplet: A7, 63 and DF. RGB value is (167,99,223). Sum of RGB (Red+Green+Blue) = 167+99+223=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A763DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763DF is #589C20. Grayscale: #858585. Windows color (decimal): -5807137 or 14640039. OLE color: 14640039.

HSL color Cylindrical-coordinate representation of color #A763DF: hue angle of 272.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A763DF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 99 223 -
CMYK 0.25 0.56 0 0.13
HSL 272.9º 0.66% 0.63% -
HSV(B) 272.9º 0.56% 0.87% -
XYZ 33.72 22.47 72.37 -
YUV 133.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 167 99 223 0.25 0.56 0 0.13 272.9 0.66 0.63
Hex A7 63 DF 19 38 0 D 111 42 3F
Octal 247 143 337 31 70 0 15 421 102 77
Binary 10100111 1100011 11011111 11001 111000 0 1101 100010001 1000010 111111

Color Harmonies of #A763DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763DF

Black with #A763DF

Text Example


Text Example

White with #A763DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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