#A267CB

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

Shades of Amethyst #A267CB

Tints of Amethyst #A267CB

Color information

#A267CB (or 0xA267CB) is unknown color: approx Amethyst. HEX triplet: A2, 67 and CB. RGB value is (162,103,203). Sum of RGB (Red+Green+Blue) = 162+103+203=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #A267CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CB is #5D9834. Grayscale: #838383. Windows color (decimal): -6133813 or 13330338. OLE color: 13330338.

HSL color Cylindrical-coordinate representation of color #A267CB: hue angle of 275.4º 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 #A267CB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162103203-
CMYK0.200.4900.20
HSL275.4º49.02%60%-
HSV(B)275.4º49.26%79.61%-
XYZ30.5321.6959.08-
YUV132.04168.05149.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=34.62%
G=22.01%
B=43.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621032030.200.4900.20275.449.0260
HexA267CB1431014113313c
Octal24214731324610244236174
Binary1010001011001111100101110100110001010100100010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267CB; }

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

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

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

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

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

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

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

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