Html Css Color HEX #A763CE Amethyst

📋 copy color: '#A763CE'

red 167 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #A763CE

Tints of Amethyst #A763CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 35.38%
G = 20.97%
B = 43.64%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A763CE (or 0xA763CE) is known color: Amethyst. HEX triplet: A7, 63 and CE. RGB value is (167,99,206). Sum of RGB (Red+Green+Blue) = 167+99+206=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A763CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763CE is #589C31. Grayscale: #838383. Windows color (decimal): -5807154 or 13525927. OLE color: 13525927.

HSL color Cylindrical-coordinate representation of color #A763CE: hue angle of 278.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A763CE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 99 206 -
CMYK 0.19 0.52 0 0.19
HSL 278.13º 0.52% 0.6% -
HSV(B) 278.13º 0.52% 0.81% -
XYZ 31.54 21.6 60.9 -
YUV 131.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 167 99 206 0.19 0.52 0 0.19 278.13 0.52 0.6
Hex A7 63 CE 13 34 0 13 116 34 3C
Octal 247 143 316 23 64 0 23 426 64 74
Binary 10100111 1100011 11001110 10011 110100 0 10011 100010110 110100 111100

Color Harmonies of #A763CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763CE

Black with #A763CE

Text Example


Text Example

White with #A763CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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