Shades of Blue Violet #A23EFD
Tints of Blue Violet #A23EFD
RGB
CMYK
RGB Variations
Color information
#A23EFD (or 0xA23EFD) is known color: Blue Violet. HEX triplet: A2, 3E and FD. RGB value is (162,62,253). Sum of RGB (Red+Green+Blue) = 162+62+253=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #A23EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EFD is #5DC102. Grayscale: #717171. Windows color (decimal): -6144259 or 16596642. OLE color: 16596642.
HSL color Cylindrical-coordinate representation of color #A23EFD: hue angle of 271.41º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23EFD is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 62 | 253 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.01 |
| HSL | 271.41º | 0.98% | 0.62% | - |
| HSV(B) | 271.41º | 0.75% | 0.99% | - |
| XYZ | 34.35 | 18.22 | 94.63 | - |
| YUV | 113.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 253 | 0.36 | 0.75 | 0 | 0.01 | 271.41 | 0.98 | 0.62 |
| Hex | A2 | 3E | FD | 24 | 4B | 0 | 1 | 10F | 62 | 3E |
| Octal | 242 | 76 | 375 | 44 | 113 | 0 | 1 | 417 | 142 | 76 |
| Binary | 10100010 | 111110 | 11111101 | 100100 | 1001011 | 0 | 1 | 100001111 | 1100010 | 111110 |
Color Harmonies of #A23EFD
Complementary color
Monochromatic Colors of #A23EFD
Black with #A23EFD
Text Example
Text Example
White with #A23EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EFD; }
p { color: rgb(162,62,253); }
H1.HeaderClassName
{
color: #A23EFD;
}
.AnyTagClassName
{
color: #A23EFD;
}
</style>
background-color css
<style>
a { background-color: #A23EFD; }
a { background-color: rgb(162,62,253); }
div.DivClassName
{
background-color: #A23EFD;
}
.BgClassName
{
background-color: #A23EFD;
}
</style>
border-color css
<style>
span { border-color: #A23EFD; }
span { border-color: rgb(162,62,253); }
td.TdClassName
{
border-color: #A23EFD;
}
.TagClassName
{
border-color: #A23EFD;
}
</style>