#A175CB

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

Shades of Amethyst #A175CB

Tints of Amethyst #A175CB

Color information

#A175CB (or 0xA175CB) is unknown color: approx Amethyst. HEX triplet: A1, 75 and CB. RGB value is (161,117,203). Sum of RGB (Red+Green+Blue) = 161+117+203=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A175CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175CB is #5E8A34. Grayscale: #8B8B8B. Windows color (decimal): -6195765 or 13333921. OLE color: 13333921.

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

Color convert

RGB161117203-
CMYK0.210.4200.20
HSL270.7º45.26%62.75%-
HSV(B)270.7º42.36%79.61%-
XYZ31.8424.6159.57-
YUV139.96163.58143.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=33.47%
G=24.32%
B=42.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611172030.210.4200.20270.745.2662.75
HexA175CB152A01410f2d3f
Octal24116531325520244175577
Binary1010000111101011100101110101101010010100100001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175CB; }

 p { color: rgb(161,117,203); }

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

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

 a { background-color: rgb(161,117,203); }

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

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

 span { border-color: rgb(161,117,203); }

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