Shades of Medium Orchid #AF45DA
Tints of Medium Orchid #AF45DA
RGB
CMYK
RGB Variations
Color information
#AF45DA (or 0xAF45DA) is known color: Medium Orchid. HEX triplet: AF, 45 and DA. RGB value is (175,69,218). Sum of RGB (Red+Green+Blue) = 175+69+218=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF45DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45DA is #50BA25. Grayscale: #757575. Windows color (decimal): -5290534 or 14304687. OLE color: 14304687.
HSL color Cylindrical-coordinate representation of color #AF45DA: hue angle of 282.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF45DA is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 69 | 218 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.15 |
| HSL | 282.68º | 0.67% | 0.56% | - |
| HSV(B) | 282.68º | 0.68% | 0.85% | - |
| XYZ | 32.46 | 18.43 | 68.18 | - |
| YUV | 117.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 218 | 0.20 | 0.68 | 0 | 0.15 | 282.68 | 0.67 | 0.56 |
| Hex | AF | 45 | DA | 14 | 44 | 0 | F | 11B | 43 | 38 |
| Octal | 257 | 105 | 332 | 24 | 104 | 0 | 17 | 433 | 103 | 70 |
| Binary | 10101111 | 1000101 | 11011010 | 10100 | 1000100 | 0 | 1111 | 100011011 | 1000011 | 111000 |
Color Harmonies of #AF45DA
Complementary color
Monochromatic Colors of #AF45DA
Black with #AF45DA
Text Example
Text Example
White with #AF45DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45DA; }
p { color: rgb(175,69,218); }
H1.HeaderClassName
{
color: #AF45DA;
}
.AnyTagClassName
{
color: #AF45DA;
}
</style>
background-color css
<style>
a { background-color: #AF45DA; }
a { background-color: rgb(175,69,218); }
div.DivClassName
{
background-color: #AF45DA;
}
.BgClassName
{
background-color: #AF45DA;
}
</style>
border-color css
<style>
span { border-color: #AF45DA; }
span { border-color: rgb(175,69,218); }
td.TdClassName
{
border-color: #AF45DA;
}
.TagClassName
{
border-color: #AF45DA;
}
</style>