#A675D4

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

Shades of Amethyst #A675D4

Tints of Amethyst #A675D4

Color information

#A675D4 (or 0xA675D4) is unknown color: approx Amethyst. HEX triplet: A6, 75 and D4. RGB value is (166,117,212). Sum of RGB (Red+Green+Blue) = 166+117+212=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #A675D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675D4 is #598A2B. Grayscale: #8E8E8E. Windows color (decimal): -5868076 or 13923750. OLE color: 13923750.

HSL color Cylindrical-coordinate representation of color #A675D4: hue angle of 270.95º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A675D4 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166117212-
CMYK0.220.4500.17
HSL270.95º52.49%64.51%-
HSV(B)270.95º44.81%83.14%-
XYZ33.9725.5865.43-
YUV142.48167.23144.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=33.54%
G=23.64%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661172120.220.4500.17270.9552.4964.51
HexA675D4162D01110f3441
Octal246165324265502141764101
Binary10100110111010111010100101101011010100011000011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A675D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A675D4; }

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

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

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

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

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

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

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

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