#A75CDF

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

Shades of Amethyst #A75CDF

Tints of Amethyst #A75CDF

Color information

#A75CDF (or 0xA75CDF) is unknown color: approx Amethyst. HEX triplet: A7, 5C and DF. RGB value is (167,92,223). Sum of RGB (Red+Green+Blue) = 167+92+223=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A75CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CDF is #58A320. Grayscale: #808080. Windows color (decimal): -5808929 or 14638247. OLE color: 14638247.

HSL color Cylindrical-coordinate representation of color #A75CDF: hue angle of 274.35º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75CDF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16792223-
CMYK0.250.5900.13
HSL274.35º67.18%61.76%-
HSV(B)274.35º58.74%87.45%-
XYZ33.0821.272.16-
YUV129.36180.85154.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=34.65%
G=19.09%
B=46.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167922230.250.5900.13274.3567.1861.76
HexA75CDF193B0D112433e
Octal247134337317301542210376
Binary1010011110111001101111111001111011011011000100101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CDF; }

 p { color: rgb(167,92,223); }

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

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

 a { background-color: rgb(167,92,223); }

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

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

 span { border-color: rgb(167,92,223); }

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