Shades of Cold Purple #A38ABE
Tints of Cold Purple #A38ABE
RGB
CMYK
RGB Variations
Color information
#A38ABE (or 0xA38ABE) is known color: Cold Purple. HEX triplet: A3, 8A and BE. RGB value is (163,138,190). Sum of RGB (Red+Green+Blue) = 163+138+190=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A38ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ABE is #5C7541. Grayscale: #979797. Windows color (decimal): -6059330 or 12487331. OLE color: 12487331.
HSL color Cylindrical-coordinate representation of color #A38ABE: hue angle of 268.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38ABE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 138 | 190 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.25 |
| HSL | 268.85º | 0.29% | 0.64% | - |
| HSV(B) | 268.85º | 0.27% | 0.75% | - |
| XYZ | 33.49 | 29.68 | 52.68 | - |
| YUV | 151.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 190 | 0.14 | 0.27 | 0 | 0.25 | 268.85 | 0.29 | 0.64 |
| Hex | A3 | 8A | BE | E | 1B | 0 | 19 | 10D | 1D | 40 |
| Octal | 243 | 212 | 276 | 16 | 33 | 0 | 31 | 415 | 35 | 100 |
| Binary | 10100011 | 10001010 | 10111110 | 1110 | 11011 | 0 | 11001 | 100001101 | 11101 | 1000000 |
Color Harmonies of #A38ABE
Complementary color
Monochromatic Colors of #A38ABE
Black with #A38ABE
Text Example
Text Example
White with #A38ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ABE; }
p { color: rgb(163,138,190); }
H1.HeaderClassName
{
color: #A38ABE;
}
.AnyTagClassName
{
color: #A38ABE;
}
</style>
background-color css
<style>
a { background-color: #A38ABE; }
a { background-color: rgb(163,138,190); }
div.DivClassName
{
background-color: #A38ABE;
}
.BgClassName
{
background-color: #A38ABE;
}
</style>
border-color css
<style>
span { border-color: #A38ABE; }
span { border-color: rgb(163,138,190); }
td.TdClassName
{
border-color: #A38ABE;
}
.TagClassName
{
border-color: #A38ABE;
}
</style>