Shades of Dark Violet #A507CB
Tints of Dark Violet #A507CB
RGB
CMYK
RGB Variations
Color information
#A507CB (or 0xA507CB) is known color: Dark Violet. HEX triplet: A5, 07 and CB. RGB value is (165,7,203). Sum of RGB (Red+Green+Blue) = 165+7+203=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A507CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507CB is #5AF834. Grayscale: #4B4B4B. Windows color (decimal): -5961781 or 13305765. OLE color: 13305765.
HSL color Cylindrical-coordinate representation of color #A507CB: hue angle of 288.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507CB is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 7 | 203 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.20 |
| HSL | 288.37º | 0.93% | 0.41% | - |
| HSV(B) | 288.37º | 0.97% | 0.8% | - |
| XYZ | 26.37 | 12.46 | 57.52 | - |
| YUV | 76.59 | 199.35 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 203 | 0.19 | 0.97 | 0 | 0.20 | 288.37 | 0.93 | 0.41 |
| Hex | A5 | 7 | CB | 13 | 61 | 0 | 14 | 120 | 5D | 29 |
| Octal | 245 | 7 | 313 | 23 | 141 | 0 | 24 | 440 | 135 | 51 |
| Binary | 10100101 | 111 | 11001011 | 10011 | 1100001 | 0 | 10100 | 100100000 | 1011101 | 101001 |
Color Harmonies of #A507CB
Complementary color
Monochromatic Colors of #A507CB
Black with #A507CB
Text Example
Text Example
White with #A507CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507CB; }
p { color: rgb(165,7,203); }
H1.HeaderClassName
{
color: #A507CB;
}
.AnyTagClassName
{
color: #A507CB;
}
</style>
background-color css
<style>
a { background-color: #A507CB; }
a { background-color: rgb(165,7,203); }
div.DivClassName
{
background-color: #A507CB;
}
.BgClassName
{
background-color: #A507CB;
}
</style>
border-color css
<style>
span { border-color: #A507CB; }
span { border-color: rgb(165,7,203); }
td.TdClassName
{
border-color: #A507CB;
}
.TagClassName
{
border-color: #A507CB;
}
</style>