#A067CB

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

Shades of Amethyst #A067CB

Tints of Amethyst #A067CB

Color information

#A067CB (or 0xA067CB) is unknown color: approx Amethyst. HEX triplet: A0, 67 and CB. RGB value is (160,103,203). Sum of RGB (Red+Green+Blue) = 160+103+203=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A067CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CB is #5F9834. Grayscale: #838383. Windows color (decimal): -6264885 or 13330336. OLE color: 13330336.

HSL color Cylindrical-coordinate representation of color #A067CB: hue angle of 274.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A067CB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160103203-
CMYK0.210.4900.20
HSL274.2º49.02%60%-
HSV(B)274.2º49.26%79.61%-
XYZ30.1321.4959.06-
YUV131.44168.38148.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=34.33%
G=22.10%
B=43.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601032030.210.4900.20274.249.0260
HexA067CB1531014112313c
Octal24014731325610244226174
Binary1010000011001111100101110101110001010100100010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067CB; }

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

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

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

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

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

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

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

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