Shades of Blue Violet #A838FD
Tints of Blue Violet #A838FD
RGB
CMYK
RGB Variations
Color information
#A838FD (or 0xA838FD) is known color: Blue Violet. HEX triplet: A8, 38 and FD. RGB value is (168,56,253). Sum of RGB (Red+Green+Blue) = 168+56+253=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 56 (22.27% from 255 or 11.74% 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 #A838FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838FD is #57C702. Grayscale: #6F6F6F. Windows color (decimal): -5752579 or 16595112. OLE color: 16595112.
HSL color Cylindrical-coordinate representation of color #A838FD: hue angle of 274.11º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A838FD is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 56 | 253 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.01 |
| HSL | 274.11º | 0.98% | 0.61% | - |
| HSV(B) | 274.11º | 0.78% | 0.99% | - |
| XYZ | 35.29 | 18.25 | 94.59 | - |
| YUV | 111.95 | 207.61 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 253 | 0.34 | 0.78 | 0 | 0.01 | 274.11 | 0.98 | 0.61 |
| Hex | A8 | 38 | FD | 22 | 4E | 0 | 1 | 112 | 62 | 3D |
| Octal | 250 | 70 | 375 | 42 | 116 | 0 | 1 | 422 | 142 | 75 |
| Binary | 10101000 | 111000 | 11111101 | 100010 | 1001110 | 0 | 1 | 100010010 | 1100010 | 111101 |
Color Harmonies of #A838FD
Complementary color
Monochromatic Colors of #A838FD
Black with #A838FD
Text Example
Text Example
White with #A838FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838FD; }
p { color: rgb(168,56,253); }
H1.HeaderClassName
{
color: #A838FD;
}
.AnyTagClassName
{
color: #A838FD;
}
</style>
background-color css
<style>
a { background-color: #A838FD; }
a { background-color: rgb(168,56,253); }
div.DivClassName
{
background-color: #A838FD;
}
.BgClassName
{
background-color: #A838FD;
}
</style>
border-color css
<style>
span { border-color: #A838FD; }
span { border-color: rgb(168,56,253); }
td.TdClassName
{
border-color: #A838FD;
}
.TagClassName
{
border-color: #A838FD;
}
</style>