Shades of Medium Purple #AD7BFC
Tints of Medium Purple #AD7BFC
RGB
CMYK
RGB Variations
Color information
#AD7BFC (or 0xAD7BFC) is known color: Medium Purple. HEX triplet: AD, 7B and FC. RGB value is (173,123,252). Sum of RGB (Red+Green+Blue) = 173+123+252=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BFC is #528403. Grayscale: #989898. Windows color (decimal): -5407748 or 16546733. OLE color: 16546733.
HSL color Cylindrical-coordinate representation of color #AD7BFC: hue angle of 263.26º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7BFC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 123 | 252 | - |
CMYK | 0.31 | 0.51 | 0 | 0.01 |
HSL | 263.26º | 0.96% | 0.74% | - |
HSV(B) | 263.26º | 0.51% | 0.99% | - |
XYZ | 41.89 | 30.08 | 95.69 | - |
YUV | 152.66 | 184.07 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 123 | 252 | 0.31 | 0.51 | 0 | 0.01 | 263.26 | 0.96 | 0.74 |
Hex | AD | 7B | FC | 1F | 33 | 0 | 1 | 107 | 60 | 4A |
Octal | 255 | 173 | 374 | 37 | 63 | 0 | 1 | 407 | 140 | 112 |
Binary | 10101101 | 1111011 | 11111100 | 11111 | 110011 | 0 | 1 | 100000111 | 1100000 | 1001010 |
Color Harmonies of #AD7BFC
Complementary color
Monochromatic Colors of #AD7BFC
Black with #AD7BFC
Text Example
Text Example
White with #AD7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BFC; }
p { color: rgb(173,123,252); }
H1.HeaderClassName
{
color: #AD7BFC;
}
.AnyTagClassName
{
color: #AD7BFC;
}
</style>
background-color css
<style>
a { background-color: #AD7BFC; }
a { background-color: rgb(173,123,252); }
div.DivClassName
{
background-color: #AD7BFC;
}
.BgClassName
{
background-color: #AD7BFC;
}
</style>
border-color css
<style>
span { border-color: #AD7BFC; }
span { border-color: rgb(173,123,252); }
td.TdClassName
{
border-color: #AD7BFC;
}
.TagClassName
{
border-color: #AD7BFC;
}
</style>