Shades of Blue Violet #A742FD
Tints of Blue Violet #A742FD
RGB
CMYK
RGB Variations
Color information
#A742FD (or 0xA742FD) is known color: Blue Violet. HEX triplet: A7, 42 and FD. RGB value is (167,66,253). Sum of RGB (Red+Green+Blue) = 167+66+253=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #A742FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A742FD is #58BD02. Grayscale: #747474. Windows color (decimal): -5815555 or 16597671. OLE color: 16597671.
HSL color Cylindrical-coordinate representation of color #A742FD: hue angle of 272.41º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A742FD is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 66 | 253 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.01 |
| HSL | 272.41º | 0.98% | 0.63% | - |
| HSV(B) | 272.41º | 0.74% | 0.99% | - |
| XYZ | 35.61 | 19.2 | 94.76 | - |
| YUV | 117.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 253 | 0.34 | 0.74 | 0 | 0.01 | 272.41 | 0.98 | 0.63 |
| Hex | A7 | 42 | FD | 22 | 4A | 0 | 1 | 110 | 62 | 3F |
| Octal | 247 | 102 | 375 | 42 | 112 | 0 | 1 | 420 | 142 | 77 |
| Binary | 10100111 | 1000010 | 11111101 | 100010 | 1001010 | 0 | 1 | 100010000 | 1100010 | 111111 |
Color Harmonies of #A742FD
Complementary color
Monochromatic Colors of #A742FD
Black with #A742FD
Text Example
Text Example
White with #A742FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A742FD; }
p { color: rgb(167,66,253); }
H1.HeaderClassName
{
color: #A742FD;
}
.AnyTagClassName
{
color: #A742FD;
}
</style>
background-color css
<style>
a { background-color: #A742FD; }
a { background-color: rgb(167,66,253); }
div.DivClassName
{
background-color: #A742FD;
}
.BgClassName
{
background-color: #A742FD;
}
</style>
border-color css
<style>
span { border-color: #A742FD; }
span { border-color: rgb(167,66,253); }
td.TdClassName
{
border-color: #A742FD;
}
.TagClassName
{
border-color: #A742FD;
}
</style>