#A261CF

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

Shades of Amethyst #A261CF

Tints of Amethyst #A261CF

Color information

#A261CF (or 0xA261CF) is unknown color: approx Amethyst. HEX triplet: A2, 61 and CF. RGB value is (162,97,207). Sum of RGB (Red+Green+Blue) = 162+97+207=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #A261CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261CF is #5D9E30. Grayscale: #808080. Windows color (decimal): -6135345 or 13590946. OLE color: 13590946.

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

Color convert

RGB16297207-
CMYK0.220.5300.19
HSL275.45º53.4%59.61%-
HSV(B)275.45º53.14%81.18%-
XYZ30.4420.7461.43-
YUV128.98172.03151.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=34.76%
G=20.82%
B=44.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162972070.220.5300.19275.4553.459.61
HexA261CF1635013113353c
Octal24214131726650234236574
Binary1010001011000011100111110110110101010011100010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261CF; }

 p { color: rgb(162,97,207); }

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

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

 a { background-color: rgb(162,97,207); }

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

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

 span { border-color: rgb(162,97,207); }

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