Shades of Cold Purple #A384CC
Tints of Cold Purple #A384CC
RGB
CMYK
RGB Variations
Color information
#A384CC (or 0xA384CC) is known color: Cold Purple. HEX triplet: A3, 84 and CC. RGB value is (163,132,204). Sum of RGB (Red+Green+Blue) = 163+132+204=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A384CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384CC is #5C7B33. Grayscale: #959595. Windows color (decimal): -6060852 or 13403299. OLE color: 13403299.
HSL color Cylindrical-coordinate representation of color #A384CC: hue angle of 265.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A384CC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 132 | 204 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.2 |
| HSL | 265.83º | 0.41% | 0.66% | - |
| HSV(B) | 265.83º | 0.35% | 0.8% | - |
| XYZ | 34.25 | 28.65 | 60.85 | - |
| YUV | 149.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 204 | 0.20 | 0.35 | 0 | 0.2 | 265.83 | 0.41 | 0.66 |
| Hex | A3 | 84 | CC | 14 | 23 | 0 | 14 | 10A | 29 | 42 |
| Octal | 243 | 204 | 314 | 24 | 43 | 0 | 24 | 412 | 51 | 102 |
| Binary | 10100011 | 10000100 | 11001100 | 10100 | 100011 | 0 | 10100 | 100001010 | 101001 | 1000010 |
Color Harmonies of #A384CC
Complementary color
Monochromatic Colors of #A384CC
Black with #A384CC
Text Example
Text Example
White with #A384CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384CC; }
p { color: rgb(163,132,204); }
H1.HeaderClassName
{
color: #A384CC;
}
.AnyTagClassName
{
color: #A384CC;
}
</style>
background-color css
<style>
a { background-color: #A384CC; }
a { background-color: rgb(163,132,204); }
div.DivClassName
{
background-color: #A384CC;
}
.BgClassName
{
background-color: #A384CC;
}
</style>
border-color css
<style>
span { border-color: #A384CC; }
span { border-color: rgb(163,132,204); }
td.TdClassName
{
border-color: #A384CC;
}
.TagClassName
{
border-color: #A384CC;
}
</style>