Shades of Cold Purple #A38CCB
Tints of Cold Purple #A38CCB
RGB
CMYK
RGB Variations
Color information
#A38CCB (or 0xA38CCB) is known color: Cold Purple. HEX triplet: A3, 8C and CB. RGB value is (163,140,203). Sum of RGB (Red+Green+Blue) = 163+140+203=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCB is #5C7334. Grayscale: #999999. Windows color (decimal): -6058805 or 13339811. OLE color: 13339811.
HSL color Cylindrical-coordinate representation of color #A38CCB: hue angle of 261.9º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38CCB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 140 | 203 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.20 |
| HSL | 261.9º | 0.38% | 0.67% | - |
| HSV(B) | 261.9º | 0.31% | 0.8% | - |
| XYZ | 35.26 | 30.85 | 60.6 | - |
| YUV | 154.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 203 | 0.20 | 0.31 | 0 | 0.20 | 261.9 | 0.38 | 0.67 |
| Hex | A3 | 8C | CB | 14 | 1F | 0 | 14 | 106 | 26 | 43 |
| Octal | 243 | 214 | 313 | 24 | 37 | 0 | 24 | 406 | 46 | 103 |
| Binary | 10100011 | 10001100 | 11001011 | 10100 | 11111 | 0 | 10100 | 100000110 | 100110 | 1000011 |
Color Harmonies of #A38CCB
Complementary color
Monochromatic Colors of #A38CCB
Black with #A38CCB
Text Example
Text Example
White with #A38CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CCB; }
p { color: rgb(163,140,203); }
H1.HeaderClassName
{
color: #A38CCB;
}
.AnyTagClassName
{
color: #A38CCB;
}
</style>
background-color css
<style>
a { background-color: #A38CCB; }
a { background-color: rgb(163,140,203); }
div.DivClassName
{
background-color: #A38CCB;
}
.BgClassName
{
background-color: #A38CCB;
}
</style>
border-color css
<style>
span { border-color: #A38CCB; }
span { border-color: rgb(163,140,203); }
td.TdClassName
{
border-color: #A38CCB;
}
.TagClassName
{
border-color: #A38CCB;
}
</style>