#A267C4

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

Shades of Amethyst #A267C4

Tints of Amethyst #A267C4

Color information

#A267C4 (or 0xA267C4) is unknown color: approx Amethyst. HEX triplet: A2, 67 and C4. RGB value is (162,103,196). Sum of RGB (Red+Green+Blue) = 162+103+196=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A267C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267C4 is #5D983B. Grayscale: #828282. Windows color (decimal): -6133820 or 12871586. OLE color: 12871586.

HSL color Cylindrical-coordinate representation of color #A267C4: hue angle of 278.06º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A267C4 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162103196-
CMYK0.170.4700.23
HSL278.06º44.08%58.63%-
HSV(B)278.06º47.45%76.86%-
XYZ29.7121.3754.78-
YUV131.24164.55149.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 196 (76.95% from 255) = 42.52%
R=35.14%
G=22.34%
B=42.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621031960.170.4700.23278.0644.0858.63
HexA267C4112F0171162c3b
Octal24214730421570274265473
Binary1010001011001111100010010001101111010111100010110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267C4; }

 p { color: rgb(162,103,196); }

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

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

 a { background-color: rgb(162,103,196); }

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

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

 span { border-color: rgb(162,103,196); }

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