#A761CB

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

Shades of Amethyst #A761CB

Tints of Amethyst #A761CB

Color information

#A761CB (or 0xA761CB) is unknown color: approx Amethyst. HEX triplet: A7, 61 and CB. RGB value is (167,97,203). Sum of RGB (Red+Green+Blue) = 167+97+203=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A761CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761CB is #589E34. Grayscale: #818181. Windows color (decimal): -5807669 or 13328807. OLE color: 13328807.

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

Color convert

RGB16797203-
CMYK0.180.5200.20
HSL279.62º50.48%58.82%-
HSV(B)279.62º52.22%79.61%-
XYZ30.9921.0858.93-
YUV130.01169.19154.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=35.76%
G=20.77%
B=43.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167972030.180.5200.20279.6250.4858.82
HexA761CB1234014118323b
Octal24714131322640244306273
Binary1010011111000011100101110010110100010100100011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A761CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A761CB; }

 p { color: rgb(167,97,203); }

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

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

 a { background-color: rgb(167,97,203); }

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

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

 span { border-color: rgb(167,97,203); }

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