#A675D2

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

Shades of Amethyst #A675D2

Tints of Amethyst #A675D2

Color information

#A675D2 (or 0xA675D2) is unknown color: approx Amethyst. HEX triplet: A6, 75 and D2. RGB value is (166,117,210). Sum of RGB (Red+Green+Blue) = 166+117+210=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #A675D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675D2 is #598A2D. Grayscale: #8D8D8D. Windows color (decimal): -5868078 or 13792678. OLE color: 13792678.

HSL color Cylindrical-coordinate representation of color #A675D2: hue angle of 271.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A675D2 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166117210-
CMYK0.210.4400.18
HSL271.61º50.82%64.12%-
HSV(B)271.61º44.29%82.35%-
XYZ33.7225.4864.11-
YUV142.25166.23144.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 210 (82.42% from 255) = 42.60%
R=33.67%
G=23.73%
B=42.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661172100.210.4400.18271.6150.8264.12
HexA675D2152C0121103340
Octal246165322255402242063100
Binary10100110111010111010010101011011000100101000100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675D2; }

 p { color: rgb(166,117,210); }

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

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

 a { background-color: rgb(166,117,210); }

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

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

 span { border-color: rgb(166,117,210); }

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