#A267CC

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

Shades of Amethyst #A267CC

Tints of Amethyst #A267CC

Color information

#A267CC (or 0xA267CC) is unknown color: approx Amethyst. HEX triplet: A2, 67 and CC. RGB value is (162,103,204). Sum of RGB (Red+Green+Blue) = 162+103+204=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #A267CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CC is #5D9833. Grayscale: #838383. Windows color (decimal): -6133812 or 13395874. OLE color: 13395874.

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

Color convert

RGB162103204-
CMYK0.210.5000.2
HSL275.05º49.75%60.2%-
HSV(B)275.05º49.51%80%-
XYZ30.6521.7459.71-
YUV132.16168.55149.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=34.54%
G=21.96%
B=43.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621032040.210.5000.2275.0549.7560.2
HexA267CC1532014113323c
Octal24214731425620244236274
Binary1010001011001111100110010101110010010100100010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267CC; }

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

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

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

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

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

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

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

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