#A875CF

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

Shades of Amethyst #A875CF

Tints of Amethyst #A875CF

Color information

#A875CF (or 0xA875CF) is unknown color: approx Amethyst. HEX triplet: A8, 75 and CF. RGB value is (168,117,207). Sum of RGB (Red+Green+Blue) = 168+117+207=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A875CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CF is #578A30. Grayscale: #8E8E8E. Windows color (decimal): -5737009 or 13596072. OLE color: 13596072.

HSL color Cylindrical-coordinate representation of color #A875CF: hue angle of 274º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A875CF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168117207-
CMYK0.190.4300.19
HSL274º48.39%63.53%-
HSV(B)274º43.48%81.18%-
XYZ33.7725.5562.18-
YUV142.51164.4146.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=34.15%
G=23.78%
B=42.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681172070.190.4300.1927448.3963.53
HexA875CF132B0131123040
Octal250165317235302342260100
Binary10101000111010111001111100111010110100111000100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875CF; }

 p { color: rgb(168,117,207); }

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

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

 a { background-color: rgb(168,117,207); }

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

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

 span { border-color: rgb(168,117,207); }

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