#A763CD

Color #A763CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A763CD

Tints of Amethyst #A763CD

Color information

#A763CD (or 0xA763CD) is unknown color: approx Amethyst. HEX triplet: A7, 63 and CD. RGB value is (167,99,205). Sum of RGB (Red+Green+Blue) = 167+99+205=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #A763CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763CD is #589C32. Grayscale: #838383. Windows color (decimal): -5807155 or 13460391. OLE color: 13460391.

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

Color convert

RGB16799205-
CMYK0.190.5200.20
HSL278.49º51.46%59.61%-
HSV(B)278.49º51.71%80.39%-
XYZ31.4221.5560.26-
YUV131.42169.53153.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 99 (39.06% from 255) = 21.02%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=35.46%
G=21.02%
B=43.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167992050.190.5200.20278.4951.4659.61
HexA763CD1334014116333c
Octal24714331523640244266374
Binary1010011111000111100110110011110100010100100010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A763CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A763CD; }

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

 H1.HeaderClassName
 {
   color: #A763CD;
 }
 .AnyTagClassName
 {
   color: #A763CD;
 }
</style>
background-color css

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

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

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

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

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

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