Shades of Blue Violet #A23DFB
Tints of Blue Violet #A23DFB
RGB
CMYK
RGB Variations
Color information
#A23DFB (or 0xA23DFB) is known color: Blue Violet. HEX triplet: A2, 3D and FB. RGB value is (162,61,251). Sum of RGB (Red+Green+Blue) = 162+61+251=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #A23DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23DFB is #5DC204. Grayscale: #707070. Windows color (decimal): -6144517 or 16465314. OLE color: 16465314.
HSL color Cylindrical-coordinate representation of color #A23DFB: hue angle of 271.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23DFB is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 61 | 251 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.02 |
| HSL | 271.89º | 0.96% | 0.61% | - |
| HSV(B) | 271.89º | 0.76% | 0.98% | - |
| XYZ | 33.98 | 17.98 | 92.95 | - |
| YUV | 112.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 251 | 0.35 | 0.76 | 0 | 0.02 | 271.89 | 0.96 | 0.61 |
| Hex | A2 | 3D | FB | 23 | 4C | 0 | 2 | 110 | 60 | 3D |
| Octal | 242 | 75 | 373 | 43 | 114 | 0 | 2 | 420 | 140 | 75 |
| Binary | 10100010 | 111101 | 11111011 | 100011 | 1001100 | 0 | 10 | 100010000 | 1100000 | 111101 |
Color Harmonies of #A23DFB
Complementary color
Monochromatic Colors of #A23DFB
Black with #A23DFB
Text Example
Text Example
White with #A23DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DFB; }
p { color: rgb(162,61,251); }
H1.HeaderClassName
{
color: #A23DFB;
}
.AnyTagClassName
{
color: #A23DFB;
}
</style>
background-color css
<style>
a { background-color: #A23DFB; }
a { background-color: rgb(162,61,251); }
div.DivClassName
{
background-color: #A23DFB;
}
.BgClassName
{
background-color: #A23DFB;
}
</style>
border-color css
<style>
span { border-color: #A23DFB; }
span { border-color: rgb(162,61,251); }
td.TdClassName
{
border-color: #A23DFB;
}
.TagClassName
{
border-color: #A23DFB;
}
</style>