Shades of Medium Orchid #AF66E6
Tints of Medium Orchid #AF66E6
RGB
CMYK
RGB Variations
Color information
#AF66E6 (or 0xAF66E6) is known color: Medium Orchid. HEX triplet: AF, 66 and E6. RGB value is (175,102,230). Sum of RGB (Red+Green+Blue) = 175+102+230=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF66E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66E6 is #509919. Grayscale: #898989. Windows color (decimal): -5282074 or 15099567. OLE color: 15099567.
HSL color Cylindrical-coordinate representation of color #AF66E6: hue angle of 274.22º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF66E6 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 102 | 230 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.10 |
| HSL | 274.22º | 0.72% | 0.65% | - |
| HSV(B) | 274.22º | 0.56% | 0.9% | - |
| XYZ | 36.71 | 24.33 | 77.62 | - |
| YUV | 138.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 230 | 0.24 | 0.56 | 0 | 0.10 | 274.22 | 0.72 | 0.65 |
| Hex | AF | 66 | E6 | 18 | 38 | 0 | A | 112 | 48 | 41 |
| Octal | 257 | 146 | 346 | 30 | 70 | 0 | 12 | 422 | 110 | 101 |
| Binary | 10101111 | 1100110 | 11100110 | 11000 | 111000 | 0 | 1010 | 100010010 | 1001000 | 1000001 |
Color Harmonies of #AF66E6
Complementary color
Monochromatic Colors of #AF66E6
Black with #AF66E6
Text Example
Text Example
White with #AF66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66E6; }
p { color: rgb(175,102,230); }
H1.HeaderClassName
{
color: #AF66E6;
}
.AnyTagClassName
{
color: #AF66E6;
}
</style>
background-color css
<style>
a { background-color: #AF66E6; }
a { background-color: rgb(175,102,230); }
div.DivClassName
{
background-color: #AF66E6;
}
.BgClassName
{
background-color: #AF66E6;
}
</style>
border-color css
<style>
span { border-color: #AF66E6; }
span { border-color: rgb(175,102,230); }
td.TdClassName
{
border-color: #AF66E6;
}
.TagClassName
{
border-color: #AF66E6;
}
</style>