Shades of Blue Violet #A641FD
Tints of Blue Violet #A641FD
RGB
CMYK
RGB Variations
Color information
#A641FD (or 0xA641FD) is known color: Blue Violet. HEX triplet: A6, 41 and FD. RGB value is (166,65,253). Sum of RGB (Red+Green+Blue) = 166+65+253=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #A641FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FD is #59BE02. Grayscale: #737373. Windows color (decimal): -5881347 or 16597414. OLE color: 16597414.
HSL color Cylindrical-coordinate representation of color #A641FD: hue angle of 272.23º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A641FD is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 65 | 253 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.01 |
| HSL | 272.23º | 0.98% | 0.62% | - |
| HSV(B) | 272.23º | 0.74% | 0.99% | - |
| XYZ | 35.35 | 18.98 | 94.73 | - |
| YUV | 116.63 | 204.96 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 253 | 0.34 | 0.74 | 0 | 0.01 | 272.23 | 0.98 | 0.62 |
| Hex | A6 | 41 | FD | 22 | 4A | 0 | 1 | 110 | 62 | 3E |
| Octal | 246 | 101 | 375 | 42 | 112 | 0 | 1 | 420 | 142 | 76 |
| Binary | 10100110 | 1000001 | 11111101 | 100010 | 1001010 | 0 | 1 | 100010000 | 1100010 | 111110 |
Color Harmonies of #A641FD
Complementary color
Monochromatic Colors of #A641FD
Black with #A641FD
Text Example
Text Example
White with #A641FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641FD; }
p { color: rgb(166,65,253); }
H1.HeaderClassName
{
color: #A641FD;
}
.AnyTagClassName
{
color: #A641FD;
}
</style>
background-color css
<style>
a { background-color: #A641FD; }
a { background-color: rgb(166,65,253); }
div.DivClassName
{
background-color: #A641FD;
}
.BgClassName
{
background-color: #A641FD;
}
</style>
border-color css
<style>
span { border-color: #A641FD; }
span { border-color: rgb(166,65,253); }
td.TdClassName
{
border-color: #A641FD;
}
.TagClassName
{
border-color: #A641FD;
}
</style>