Shades of Violet Blue #A23F98
Tints of Violet Blue #A23F98
RGB
CMYK
RGB Variations
Color information
#A23F98 (or 0xA23F98) is known color: Violet Blue. HEX triplet: A2, 3F and 98. RGB value is (162,63,152). Sum of RGB (Red+Green+Blue) = 162+63+152=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23F98 is #5DC067. Grayscale: #666666. Windows color (decimal): -6144104 or 9977762. OLE color: 9977762.
HSL color Cylindrical-coordinate representation of color #A23F98: hue angle of 306.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F98 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 152 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.36 |
| HSL | 306.06º | 0.44% | 0.44% | - |
| HSV(B) | 306.06º | 0.61% | 0.64% | - |
| XYZ | 22.35 | 13.5 | 31.13 | - |
| YUV | 102.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 152 | 0 | 0.61 | 0.06 | 0.36 | 306.06 | 0.44 | 0.44 |
| Hex | A2 | 3F | 98 | 0 | 3D | 6 | 24 | 132 | 2C | 2C |
| Octal | 242 | 77 | 230 | 0 | 75 | 6 | 44 | 462 | 54 | 54 |
| Binary | 10100010 | 111111 | 10011000 | 0 | 111101 | 110 | 100100 | 100110010 | 101100 | 101100 |
Color Harmonies of #A23F98
Complementary color
Monochromatic Colors of #A23F98
Black with #A23F98
Text Example
Text Example
White with #A23F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F98; }
p { color: rgb(162,63,152); }
H1.HeaderClassName
{
color: #A23F98;
}
.AnyTagClassName
{
color: #A23F98;
}
</style>
background-color css
<style>
a { background-color: #A23F98; }
a { background-color: rgb(162,63,152); }
div.DivClassName
{
background-color: #A23F98;
}
.BgClassName
{
background-color: #A23F98;
}
</style>
border-color css
<style>
span { border-color: #A23F98; }
span { border-color: rgb(162,63,152); }
td.TdClassName
{
border-color: #A23F98;
}
.TagClassName
{
border-color: #A23F98;
}
</style>