#A268CC

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

Shades of Amethyst #A268CC

Tints of Amethyst #A268CC

Color information

#A268CC (or 0xA268CC) is unknown color: approx Amethyst. HEX triplet: A2, 68 and CC. RGB value is (162,104,204). Sum of RGB (Red+Green+Blue) = 162+104+204=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #A268CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CC is #5D9733. Grayscale: #848484. Windows color (decimal): -6133556 or 13396130. OLE color: 13396130.

HSL color Cylindrical-coordinate representation of color #A268CC: hue angle of 274.8º degrees, saturation: 0.5, 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 #A268CC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162104204-
CMYK0.210.4900.2
HSL274.8º49.5%60.39%-
HSV(B)274.8º49.02%80%-
XYZ30.7521.9459.74-
YUV132.74168.22148.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=34.47%
G=22.13%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621042040.210.4900.2274.849.560.39
HexA268CC1531014113323c
Octal24215031425610244236274
Binary1010001011010001100110010101110001010100100010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268CC; }

 p { color: rgb(162,104,204); }

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

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

 a { background-color: rgb(162,104,204); }

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

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

 span { border-color: rgb(162,104,204); }

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