Shades of Cold Purple #A38ACC
Tints of Cold Purple #A38ACC
RGB
CMYK
RGB Variations
Color information
#A38ACC (or 0xA38ACC) is known color: Cold Purple. HEX triplet: A3, 8A and CC. RGB value is (163,138,204). Sum of RGB (Red+Green+Blue) = 163+138+204=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A38ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ACC is #5C7533. Grayscale: #989898. Windows color (decimal): -6059316 or 13404835. OLE color: 13404835.
HSL color Cylindrical-coordinate representation of color #A38ACC: hue angle of 262.73º degrees, saturation: 0.39, 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 #A38ACC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 138 | 204 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.2 |
| HSL | 262.73º | 0.39% | 0.67% | - |
| HSV(B) | 262.73º | 0.32% | 0.8% | - |
| XYZ | 35.09 | 30.32 | 61.13 | - |
| YUV | 153 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 204 | 0.20 | 0.32 | 0 | 0.2 | 262.73 | 0.39 | 0.67 |
| Hex | A3 | 8A | CC | 14 | 20 | 0 | 14 | 107 | 27 | 43 |
| Octal | 243 | 212 | 314 | 24 | 40 | 0 | 24 | 407 | 47 | 103 |
| Binary | 10100011 | 10001010 | 11001100 | 10100 | 100000 | 0 | 10100 | 100000111 | 100111 | 1000011 |
Color Harmonies of #A38ACC
Complementary color
Monochromatic Colors of #A38ACC
Black with #A38ACC
Text Example
Text Example
White with #A38ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ACC; }
p { color: rgb(163,138,204); }
H1.HeaderClassName
{
color: #A38ACC;
}
.AnyTagClassName
{
color: #A38ACC;
}
</style>
background-color css
<style>
a { background-color: #A38ACC; }
a { background-color: rgb(163,138,204); }
div.DivClassName
{
background-color: #A38ACC;
}
.BgClassName
{
background-color: #A38ACC;
}
</style>
border-color css
<style>
span { border-color: #A38ACC; }
span { border-color: rgb(163,138,204); }
td.TdClassName
{
border-color: #A38ACC;
}
.TagClassName
{
border-color: #A38ACC;
}
</style>