#A375CD

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

Shades of Amethyst #A375CD

Tints of Amethyst #A375CD

Color information

#A375CD (or 0xA375CD) is unknown color: approx Amethyst. HEX triplet: A3, 75 and CD. RGB value is (163,117,205). Sum of RGB (Red+Green+Blue) = 163+117+205=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A375CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375CD is #5C8A32. Grayscale: #8C8C8C. Windows color (decimal): -6064691 or 13464995. OLE color: 13464995.

HSL color Cylindrical-coordinate representation of color #A375CD: hue angle of 271.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A375CD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163117205-
CMYK0.200.4300.20
HSL271.36º46.81%63.14%-
HSV(B)271.36º42.93%80.39%-
XYZ32.4824.9260.85-
YUV140.79164.24143.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=33.61%
G=24.12%
B=42.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631172050.200.4300.20271.3646.8163.14
HexA375CD142B01410f2f3f
Octal24316531524530244175777
Binary1010001111101011100110110100101011010100100001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375CD; }

 p { color: rgb(163,117,205); }

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

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

 a { background-color: rgb(163,117,205); }

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

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

 span { border-color: rgb(163,117,205); }

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