Shades of Medium Orchid #AF66DB
Tints of Medium Orchid #AF66DB
RGB
CMYK
RGB Variations
Color information
#AF66DB (or 0xAF66DB) is known color: Medium Orchid. HEX triplet: AF, 66 and DB. RGB value is (175,102,219). Sum of RGB (Red+Green+Blue) = 175+102+219=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66DB is #509924. Grayscale: #888888. Windows color (decimal): -5282085 or 14378671. OLE color: 14378671.
HSL color Cylindrical-coordinate representation of color #AF66DB: hue angle of 277.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF66DB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 102 | 219 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.14 |
| HSL | 277.44º | 0.62% | 0.63% | - |
| HSV(B) | 277.44º | 0.53% | 0.86% | - |
| XYZ | 35.22 | 23.73 | 69.74 | - |
| YUV | 137.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 219 | 0.20 | 0.53 | 0 | 0.14 | 277.44 | 0.62 | 0.63 |
| Hex | AF | 66 | DB | 14 | 35 | 0 | E | 115 | 3E | 3F |
| Octal | 257 | 146 | 333 | 24 | 65 | 0 | 16 | 425 | 76 | 77 |
| Binary | 10101111 | 1100110 | 11011011 | 10100 | 110101 | 0 | 1110 | 100010101 | 111110 | 111111 |
Color Harmonies of #AF66DB
Complementary color
Monochromatic Colors of #AF66DB
Black with #AF66DB
Text Example
Text Example
White with #AF66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66DB; }
p { color: rgb(175,102,219); }
H1.HeaderClassName
{
color: #AF66DB;
}
.AnyTagClassName
{
color: #AF66DB;
}
</style>
background-color css
<style>
a { background-color: #AF66DB; }
a { background-color: rgb(175,102,219); }
div.DivClassName
{
background-color: #AF66DB;
}
.BgClassName
{
background-color: #AF66DB;
}
</style>
border-color css
<style>
span { border-color: #AF66DB; }
span { border-color: rgb(175,102,219); }
td.TdClassName
{
border-color: #AF66DB;
}
.TagClassName
{
border-color: #AF66DB;
}
</style>