Shades of Cold Purple #A389CB
Tints of Cold Purple #A389CB
RGB
CMYK
RGB Variations
Color information
#A389CB (or 0xA389CB) is known color: Cold Purple. HEX triplet: A3, 89 and CB. RGB value is (163,137,203). Sum of RGB (Red+Green+Blue) = 163+137+203=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A389CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389CB is #5C7634. Grayscale: #989898. Windows color (decimal): -6059573 or 13339043. OLE color: 13339043.
HSL color Cylindrical-coordinate representation of color #A389CB: hue angle of 263.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A389CB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 137 | 203 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.20 |
| HSL | 263.64º | 0.39% | 0.67% | - |
| HSV(B) | 263.64º | 0.33% | 0.8% | - |
| XYZ | 34.83 | 29.99 | 60.45 | - |
| YUV | 152.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 203 | 0.20 | 0.33 | 0 | 0.20 | 263.64 | 0.39 | 0.67 |
| Hex | A3 | 89 | CB | 14 | 21 | 0 | 14 | 108 | 27 | 43 |
| Octal | 243 | 211 | 313 | 24 | 41 | 0 | 24 | 410 | 47 | 103 |
| Binary | 10100011 | 10001001 | 11001011 | 10100 | 100001 | 0 | 10100 | 100001000 | 100111 | 1000011 |
Color Harmonies of #A389CB
Complementary color
Monochromatic Colors of #A389CB
Black with #A389CB
Text Example
Text Example
White with #A389CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389CB; }
p { color: rgb(163,137,203); }
H1.HeaderClassName
{
color: #A389CB;
}
.AnyTagClassName
{
color: #A389CB;
}
</style>
background-color css
<style>
a { background-color: #A389CB; }
a { background-color: rgb(163,137,203); }
div.DivClassName
{
background-color: #A389CB;
}
.BgClassName
{
background-color: #A389CB;
}
</style>
border-color css
<style>
span { border-color: #A389CB; }
span { border-color: rgb(163,137,203); }
td.TdClassName
{
border-color: #A389CB;
}
.TagClassName
{
border-color: #A389CB;
}
</style>