#A768DB

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

Shades of Amethyst #A768DB

Tints of Amethyst #A768DB

Color information

#A768DB (or 0xA768DB) is unknown color: approx Amethyst. HEX triplet: A7, 68 and DB. RGB value is (167,104,219). Sum of RGB (Red+Green+Blue) = 167+104+219=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A768DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768DB is #589724. Grayscale: #878787. Windows color (decimal): -5805861 or 14379175. OLE color: 14379175.

HSL color Cylindrical-coordinate representation of color #A768DB: hue angle of 272.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A768DB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167104219-
CMYK0.240.5300.14
HSL272.87º61.5%63.33%-
HSV(B)272.87º52.51%85.88%-
XYZ33.6723.2369.73-
YUV135.95174.87150.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=34.08%
G=21.22%
B=44.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671042190.240.5300.14272.8761.563.33
HexA768DB18350E1113d3f
Octal24715033330650164217577
Binary101001111101000110110111100011010101110100010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768DB; }

 p { color: rgb(167,104,219); }

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

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

 a { background-color: rgb(167,104,219); }

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

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

 span { border-color: rgb(167,104,219); }

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