#A075CD

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

Shades of Amethyst #A075CD

Tints of Amethyst #A075CD

Color information

#A075CD (or 0xA075CD) is unknown color: approx Amethyst. HEX triplet: A0, 75 and CD. RGB value is (160,117,205). Sum of RGB (Red+Green+Blue) = 160+117+205=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A075CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CD is #5F8A32. Grayscale: #8B8B8B. Windows color (decimal): -6261299 or 13464992. OLE color: 13464992.

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

Color convert

RGB160117205-
CMYK0.220.4300.20
HSL269.32º46.81%63.14%-
HSV(B)269.32º42.93%80.39%-
XYZ31.8824.660.83-
YUV139.89164.75142.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=33.20%
G=24.27%
B=42.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601172050.220.4300.20269.3246.8163.14
HexA075CD162B01410d2f3f
Octal24016531526530244155777
Binary1010000011101011100110110110101011010100100001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075CD; }

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

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

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

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

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

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

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

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