#A267DC

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

Shades of Amethyst #A267DC

Tints of Amethyst #A267DC

Color information

#A267DC (or 0xA267DC) is unknown color: approx Amethyst. HEX triplet: A2, 67 and DC. RGB value is (162,103,220). Sum of RGB (Red+Green+Blue) = 162+103+220=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A267DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267DC is #5D9823. Grayscale: #858585. Windows color (decimal): -6133796 or 14444450. OLE color: 14444450.

HSL color Cylindrical-coordinate representation of color #A267DC: hue angle of 270.26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A267DC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162103220-
CMYK0.260.5300.14
HSL270.26º62.57%63.33%-
HSV(B)270.26º53.18%86.27%-
XYZ32.6722.5570.34-
YUV133.98176.55147.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=33.40%
G=21.24%
B=45.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621032200.260.5300.14270.2662.5763.33
HexA267DC1A350E10e3f3f
Octal24214733432650164167777
Binary101000101100111110111001101011010101110100001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267DC; }

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

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

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

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

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

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

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

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