Shades of Medium Orchid #AF60DB
Tints of Medium Orchid #AF60DB
RGB
CMYK
RGB Variations
Color information
#AF60DB (or 0xAF60DB) is known color: Medium Orchid. HEX triplet: AF, 60 and DB. RGB value is (175,96,219). Sum of RGB (Red+Green+Blue) = 175+96+219=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60DB is #509F24. Grayscale: #858585. Windows color (decimal): -5283621 or 14377135. OLE color: 14377135.
HSL color Cylindrical-coordinate representation of color #AF60DB: hue angle of 278.54º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF60DB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 96 | 219 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.14 |
| HSL | 278.54º | 0.63% | 0.62% | - |
| HSV(B) | 278.54º | 0.56% | 0.86% | - |
| XYZ | 34.65 | 22.59 | 69.55 | - |
| YUV | 133.64 | 176.17 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 219 | 0.20 | 0.56 | 0 | 0.14 | 278.54 | 0.63 | 0.62 |
| Hex | AF | 60 | DB | 14 | 38 | 0 | E | 117 | 3F | 3E |
| Octal | 257 | 140 | 333 | 24 | 70 | 0 | 16 | 427 | 77 | 76 |
| Binary | 10101111 | 1100000 | 11011011 | 10100 | 111000 | 0 | 1110 | 100010111 | 111111 | 111110 |
Color Harmonies of #AF60DB
Complementary color
Monochromatic Colors of #AF60DB
Black with #AF60DB
Text Example
Text Example
White with #AF60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60DB; }
p { color: rgb(175,96,219); }
H1.HeaderClassName
{
color: #AF60DB;
}
.AnyTagClassName
{
color: #AF60DB;
}
</style>
background-color css
<style>
a { background-color: #AF60DB; }
a { background-color: rgb(175,96,219); }
div.DivClassName
{
background-color: #AF60DB;
}
.BgClassName
{
background-color: #AF60DB;
}
</style>
border-color css
<style>
span { border-color: #AF60DB; }
span { border-color: rgb(175,96,219); }
td.TdClassName
{
border-color: #AF60DB;
}
.TagClassName
{
border-color: #AF60DB;
}
</style>