Shades of Medium Orchid #AF67CE
Tints of Medium Orchid #AF67CE
RGB
CMYK
RGB Variations
Color information
#AF67CE (or 0xAF67CE) is known color: Medium Orchid. HEX triplet: AF, 67 and CE. RGB value is (175,103,206). Sum of RGB (Red+Green+Blue) = 175+103+206=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67CE is #509831. Grayscale: #878787. Windows color (decimal): -5281842 or 13526959. OLE color: 13526959.
HSL color Cylindrical-coordinate representation of color #AF67CE: hue angle of 281.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF67CE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 103 | 206 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 281.94º | 0.51% | 0.61% | - |
| HSV(B) | 281.94º | 0.5% | 0.81% | - |
| XYZ | 33.67 | 23.27 | 61.11 | - |
| YUV | 136.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 206 | 0.15 | 0.50 | 0 | 0.19 | 281.94 | 0.51 | 0.61 |
| Hex | AF | 67 | CE | F | 32 | 0 | 13 | 11A | 33 | 3D |
| Octal | 257 | 147 | 316 | 17 | 62 | 0 | 23 | 432 | 63 | 75 |
| Binary | 10101111 | 1100111 | 11001110 | 1111 | 110010 | 0 | 10011 | 100011010 | 110011 | 111101 |
Color Harmonies of #AF67CE
Complementary color
Monochromatic Colors of #AF67CE
Black with #AF67CE
Text Example
Text Example
White with #AF67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67CE; }
p { color: rgb(175,103,206); }
H1.HeaderClassName
{
color: #AF67CE;
}
.AnyTagClassName
{
color: #AF67CE;
}
</style>
background-color css
<style>
a { background-color: #AF67CE; }
a { background-color: rgb(175,103,206); }
div.DivClassName
{
background-color: #AF67CE;
}
.BgClassName
{
background-color: #AF67CE;
}
</style>
border-color css
<style>
span { border-color: #AF67CE; }
span { border-color: rgb(175,103,206); }
td.TdClassName
{
border-color: #AF67CE;
}
.TagClassName
{
border-color: #AF67CE;
}
</style>