Shades of Cold Purple #A388C6
Tints of Cold Purple #A388C6
RGB
CMYK
RGB Variations
Color information
#A388C6 (or 0xA388C6) is known color: Cold Purple. HEX triplet: A3, 88 and C6. RGB value is (163,136,198). Sum of RGB (Red+Green+Blue) = 163+136+198=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #A388C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388C6 is #5C7739. Grayscale: #969696. Windows color (decimal): -6059834 or 13011107. OLE color: 13011107.
HSL color Cylindrical-coordinate representation of color #A388C6: hue angle of 266.13º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A388C6 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 136 | 198 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.22 |
| HSL | 266.13º | 0.35% | 0.65% | - |
| HSV(B) | 266.13º | 0.31% | 0.78% | - |
| XYZ | 34.1 | 29.47 | 57.32 | - |
| YUV | 151.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 198 | 0.18 | 0.31 | 0 | 0.22 | 266.13 | 0.35 | 0.65 |
| Hex | A3 | 88 | C6 | 12 | 1F | 0 | 16 | 10A | 23 | 41 |
| Octal | 243 | 210 | 306 | 22 | 37 | 0 | 26 | 412 | 43 | 101 |
| Binary | 10100011 | 10001000 | 11000110 | 10010 | 11111 | 0 | 10110 | 100001010 | 100011 | 1000001 |
Color Harmonies of #A388C6
Complementary color
Monochromatic Colors of #A388C6
Black with #A388C6
Text Example
Text Example
White with #A388C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A388C6; }
p { color: rgb(163,136,198); }
H1.HeaderClassName
{
color: #A388C6;
}
.AnyTagClassName
{
color: #A388C6;
}
</style>
background-color css
<style>
a { background-color: #A388C6; }
a { background-color: rgb(163,136,198); }
div.DivClassName
{
background-color: #A388C6;
}
.BgClassName
{
background-color: #A388C6;
}
</style>
border-color css
<style>
span { border-color: #A388C6; }
span { border-color: rgb(163,136,198); }
td.TdClassName
{
border-color: #A388C6;
}
.TagClassName
{
border-color: #A388C6;
}
</style>