Shades of Blue Violet #A33DEF
Tints of Blue Violet #A33DEF
RGB
CMYK
RGB Variations
Color information
#A33DEF (or 0xA33DEF) is known color: Blue Violet. HEX triplet: A3, 3D and EF. RGB value is (163,61,239). Sum of RGB (Red+Green+Blue) = 163+61+239=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #A33DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33DEF is #5CC210. Grayscale: #6F6F6F. Windows color (decimal): -6078993 or 15678883. OLE color: 15678883.
HSL color Cylindrical-coordinate representation of color #A33DEF: hue angle of 274.38º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33DEF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 61 | 239 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.06 |
| HSL | 274.38º | 0.85% | 0.59% | - |
| HSV(B) | 274.38º | 0.74% | 0.94% | - |
| XYZ | 32.35 | 17.36 | 83.31 | - |
| YUV | 111.79 | 199.79 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 239 | 0.32 | 0.74 | 0 | 0.06 | 274.38 | 0.85 | 0.59 |
| Hex | A3 | 3D | EF | 20 | 4A | 0 | 6 | 112 | 55 | 3B |
| Octal | 243 | 75 | 357 | 40 | 112 | 0 | 6 | 422 | 125 | 73 |
| Binary | 10100011 | 111101 | 11101111 | 100000 | 1001010 | 0 | 110 | 100010010 | 1010101 | 111011 |
Color Harmonies of #A33DEF
Complementary color
Monochromatic Colors of #A33DEF
Black with #A33DEF
Text Example
Text Example
White with #A33DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DEF; }
p { color: rgb(163,61,239); }
H1.HeaderClassName
{
color: #A33DEF;
}
.AnyTagClassName
{
color: #A33DEF;
}
</style>
background-color css
<style>
a { background-color: #A33DEF; }
a { background-color: rgb(163,61,239); }
div.DivClassName
{
background-color: #A33DEF;
}
.BgClassName
{
background-color: #A33DEF;
}
</style>
border-color css
<style>
span { border-color: #A33DEF; }
span { border-color: rgb(163,61,239); }
td.TdClassName
{
border-color: #A33DEF;
}
.TagClassName
{
border-color: #A33DEF;
}
</style>