#A267D4

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

Shades of Amethyst #A267D4

Tints of Amethyst #A267D4

Color information

#A267D4 (or 0xA267D4) is unknown color: approx Amethyst. HEX triplet: A2, 67 and D4. RGB value is (162,103,212). Sum of RGB (Red+Green+Blue) = 162+103+212=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #A267D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267D4 is #5D982B. Grayscale: #848484. Windows color (decimal): -6133804 or 13920162. OLE color: 13920162.

HSL color Cylindrical-coordinate representation of color #A267D4: hue angle of 272.48º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A267D4 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162103212-
CMYK0.240.5100.17
HSL272.48º55.9%61.76%-
HSV(B)272.48º51.42%83.14%-
XYZ31.6322.1464.89-
YUV133.07172.55148.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=33.96%
G=21.59%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621032120.240.5100.17272.4855.961.76
HexA267D41833011110383e
Octal24214732430630214207076
Binary1010001011001111101010011000110011010001100010000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267D4; }

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

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

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

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

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

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

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

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