Shades of Cold Purple #A38ACB
Tints of Cold Purple #A38ACB
RGB
CMYK
RGB Variations
Color information
#A38ACB (or 0xA38ACB) is known color: Cold Purple. HEX triplet: A3, 8A and CB. RGB value is (163,138,203). Sum of RGB (Red+Green+Blue) = 163+138+203=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ACB is #5C7534. Grayscale: #989898. Windows color (decimal): -6059317 or 13339299. OLE color: 13339299.
HSL color Cylindrical-coordinate representation of color #A38ACB: hue angle of 263.08º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38ACB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 138 | 203 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.20 |
| HSL | 263.08º | 0.38% | 0.67% | - |
| HSV(B) | 263.08º | 0.32% | 0.8% | - |
| XYZ | 34.97 | 30.28 | 60.5 | - |
| YUV | 152.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 203 | 0.20 | 0.32 | 0 | 0.20 | 263.08 | 0.38 | 0.67 |
| Hex | A3 | 8A | CB | 14 | 20 | 0 | 14 | 107 | 26 | 43 |
| Octal | 243 | 212 | 313 | 24 | 40 | 0 | 24 | 407 | 46 | 103 |
| Binary | 10100011 | 10001010 | 11001011 | 10100 | 100000 | 0 | 10100 | 100000111 | 100110 | 1000011 |
Color Harmonies of #A38ACB
Complementary color
Monochromatic Colors of #A38ACB
Black with #A38ACB
Text Example
Text Example
White with #A38ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ACB; }
p { color: rgb(163,138,203); }
H1.HeaderClassName
{
color: #A38ACB;
}
.AnyTagClassName
{
color: #A38ACB;
}
</style>
background-color css
<style>
a { background-color: #A38ACB; }
a { background-color: rgb(163,138,203); }
div.DivClassName
{
background-color: #A38ACB;
}
.BgClassName
{
background-color: #A38ACB;
}
</style>
border-color css
<style>
span { border-color: #A38ACB; }
span { border-color: rgb(163,138,203); }
td.TdClassName
{
border-color: #A38ACB;
}
.TagClassName
{
border-color: #A38ACB;
}
</style>