#A075CF

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

Shades of Amethyst #A075CF

Tints of Amethyst #A075CF

Color information

#A075CF (or 0xA075CF) is unknown color: approx Amethyst. HEX triplet: A0, 75 and CF. RGB value is (160,117,207). Sum of RGB (Red+Green+Blue) = 160+117+207=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A075CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CF is #5F8A30. Grayscale: #8B8B8B. Windows color (decimal): -6261297 or 13596064. OLE color: 13596064.

HSL color Cylindrical-coordinate representation of color #A075CF: hue angle of 268.67º 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 #A075CF is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160117207-
CMYK0.230.4300.19
HSL268.67º48.39%63.53%-
HSV(B)268.67º43.48%81.18%-
XYZ32.1224.762.11-
YUV140.12165.75142.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=33.06%
G=24.17%
B=42.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601172070.230.4300.19268.6748.3963.53
HexA075CF172B01310d3040
Octal240165317275302341560100
Binary10100000111010111001111101111010110100111000011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075CF; }

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

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

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

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

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

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

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

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