Shades of Amethyst #A267CB
Tints of Amethyst #A267CB
RGB
CMYK
RGB Variations
Color information
#A267CB (or 0xA267CB) is known color: 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
| RGB | 162 | 103 | 203 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.20 |
| HSL | 275.4º | 0.49% | 0.6% | - |
| HSV(B) | 275.4º | 0.49% | 0.8% | - |
| XYZ | 30.53 | 21.69 | 59.08 | - |
| YUV | 132.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 203 | 0.20 | 0.49 | 0 | 0.20 | 275.4 | 0.49 | 0.6 |
| Hex | A2 | 67 | CB | 14 | 31 | 0 | 14 | 113 | 31 | 3C |
| Octal | 242 | 147 | 313 | 24 | 61 | 0 | 24 | 423 | 61 | 74 |
| Binary | 10100010 | 1100111 | 11001011 | 10100 | 110001 | 0 | 10100 | 100010011 | 110001 | 111100 |
Color Harmonies of #A267CB
Complementary color
Monochromatic Colors of #A267CB
Black with #A267CB
Text Example
Text Example
White with #A267CB
Text Example
Text Example
HTML Codes & Css Web 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>