#a067dc

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

Shades of Amethyst #A067DC

Tints of Amethyst #A067DC

Color information

#A067DC (or 0xA067DC) is unknown color: approx Amethyst. HEX triplet: A0, 67 and DC. RGB value is (160,103,220). Sum of RGB (Red+Green+Blue) = 160+103+220=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A067DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DC is #5F9823. Grayscale: #848484. Windows color (decimal): -6264868 or 14444448. OLE color: 14444448.

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

Color convert

RGB160103220-
CMYK0.270.5300.14
HSL269.23º62.57%63.33%-
HSV(B)269.23º53.18%86.27%-
XYZ32.2722.3470.32-
YUV133.38176.88146.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=33.13%
G=21.33%
B=45.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601032200.270.5300.14269.2362.5763.33
HexA067DC1B350E10d3f3f
Octal24014733433650164157777
Binary101000001100111110111001101111010101110100001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a067dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a067dc; }

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

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

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

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

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

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

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

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