#A367DC

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

Shades of Amethyst #A367DC

Tints of Amethyst #A367DC

Color information

#A367DC (or 0xA367DC) is unknown color: approx Amethyst. HEX triplet: A3, 67 and DC. RGB value is (163,103,220). Sum of RGB (Red+Green+Blue) = 163+103+220=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A367DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367DC is #5C9823. Grayscale: #858585. Windows color (decimal): -6068260 or 14444451. OLE color: 14444451.

HSL color Cylindrical-coordinate representation of color #A367DC: hue angle of 270.77º 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 #A367DC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163103220-
CMYK0.260.5300.14
HSL270.77º62.57%63.33%-
HSV(B)270.77º53.18%86.27%-
XYZ32.8722.6570.35-
YUV134.28176.38148.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=33.54%
G=21.19%
B=45.27%

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
Decimal1631032200.260.5300.14270.7762.5763.33
HexA367DC1A350E10f3f3f
Octal24314733432650164177777
Binary101000111100111110111001101011010101110100001111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367DC; }

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

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

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

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

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

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

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

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