Shades of Blue Violet #AD42FA
Tints of Blue Violet #AD42FA
RGB
CMYK
RGB Variations
Color information
#AD42FA (or 0xAD42FA) is known color: Blue Violet. HEX triplet: AD, 42 and FA. RGB value is (173,66,250). Sum of RGB (Red+Green+Blue) = 173+66+250=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD42FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42FA is #52BD05. Grayscale: #767676. Windows color (decimal): -5422342 or 16401069. OLE color: 16401069.
HSL color Cylindrical-coordinate representation of color #AD42FA: hue angle of 274.89º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD42FA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 66 | 250 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.02 |
| HSL | 274.89º | 0.95% | 0.62% | - |
| HSV(B) | 274.89º | 0.74% | 0.98% | - |
| XYZ | 36.44 | 19.68 | 92.32 | - |
| YUV | 118.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 250 | 0.31 | 0.74 | 0 | 0.02 | 274.89 | 0.95 | 0.62 |
| Hex | AD | 42 | FA | 1F | 4A | 0 | 2 | 113 | 5F | 3E |
| Octal | 255 | 102 | 372 | 37 | 112 | 0 | 2 | 423 | 137 | 76 |
| Binary | 10101101 | 1000010 | 11111010 | 11111 | 1001010 | 0 | 10 | 100010011 | 1011111 | 111110 |
Color Harmonies of #AD42FA
Complementary color
Monochromatic Colors of #AD42FA
Black with #AD42FA
Text Example
Text Example
White with #AD42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42FA; }
p { color: rgb(173,66,250); }
H1.HeaderClassName
{
color: #AD42FA;
}
.AnyTagClassName
{
color: #AD42FA;
}
</style>
background-color css
<style>
a { background-color: #AD42FA; }
a { background-color: rgb(173,66,250); }
div.DivClassName
{
background-color: #AD42FA;
}
.BgClassName
{
background-color: #AD42FA;
}
</style>
border-color css
<style>
span { border-color: #AD42FA; }
span { border-color: rgb(173,66,250); }
td.TdClassName
{
border-color: #AD42FA;
}
.TagClassName
{
border-color: #AD42FA;
}
</style>