Shades of Blue Violet #A823FC
Tints of Blue Violet #A823FC
RGB
CMYK
RGB Variations
Color information
#A823FC (or 0xA823FC) is known color: Blue Violet. HEX triplet: A8, 23 and FC. RGB value is (168,35,252). Sum of RGB (Red+Green+Blue) = 168+35+252=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #A823FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823FC is #57DC03. Grayscale: #626262. Windows color (decimal): -5757956 or 16524200. OLE color: 16524200.
HSL color Cylindrical-coordinate representation of color #A823FC: hue angle of 276.77º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A823FC is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 35 | 252 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.01 |
| HSL | 276.77º | 0.97% | 0.56% | - |
| HSV(B) | 276.77º | 0.86% | 0.99% | - |
| XYZ | 34.32 | 16.56 | 93.48 | - |
| YUV | 99.51 | 214.06 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 252 | 0.33 | 0.86 | 0 | 0.01 | 276.77 | 0.97 | 0.56 |
| Hex | A8 | 23 | FC | 21 | 56 | 0 | 1 | 115 | 61 | 38 |
| Octal | 250 | 43 | 374 | 41 | 126 | 0 | 1 | 425 | 141 | 70 |
| Binary | 10101000 | 100011 | 11111100 | 100001 | 1010110 | 0 | 1 | 100010101 | 1100001 | 111000 |
Color Harmonies of #A823FC
Complementary color
Monochromatic Colors of #A823FC
Black with #A823FC
Text Example
Text Example
White with #A823FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823FC; }
p { color: rgb(168,35,252); }
H1.HeaderClassName
{
color: #A823FC;
}
.AnyTagClassName
{
color: #A823FC;
}
</style>
background-color css
<style>
a { background-color: #A823FC; }
a { background-color: rgb(168,35,252); }
div.DivClassName
{
background-color: #A823FC;
}
.BgClassName
{
background-color: #A823FC;
}
</style>
border-color css
<style>
span { border-color: #A823FC; }
span { border-color: rgb(168,35,252); }
td.TdClassName
{
border-color: #A823FC;
}
.TagClassName
{
border-color: #A823FC;
}
</style>