Shades of Dark Orchid #AF38CF
Tints of Dark Orchid #AF38CF
RGB
CMYK
RGB Variations
Color information
#AF38CF (or 0xAF38CF) is known color: Dark Orchid. HEX triplet: AF, 38 and CF. RGB value is (175,56,207). Sum of RGB (Red+Green+Blue) = 175+56+207=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38CF is #50C730. Grayscale: #6C6C6C. Windows color (decimal): -5293873 or 13580463. OLE color: 13580463.
HSL color Cylindrical-coordinate representation of color #AF38CF: hue angle of 287.28º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF38CF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 56 | 207 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.19 |
| HSL | 287.28º | 0.61% | 0.52% | - |
| HSV(B) | 287.28º | 0.73% | 0.81% | - |
| XYZ | 30.36 | 16.45 | 60.61 | - |
| YUV | 108.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 207 | 0.15 | 0.73 | 0 | 0.19 | 287.28 | 0.61 | 0.52 |
| Hex | AF | 38 | CF | F | 49 | 0 | 13 | 11F | 3D | 34 |
| Octal | 257 | 70 | 317 | 17 | 111 | 0 | 23 | 437 | 75 | 64 |
| Binary | 10101111 | 111000 | 11001111 | 1111 | 1001001 | 0 | 10011 | 100011111 | 111101 | 110100 |
Color Harmonies of #AF38CF
Complementary color
Monochromatic Colors of #AF38CF
Black with #AF38CF
Text Example
Text Example
White with #AF38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38CF; }
p { color: rgb(175,56,207); }
H1.HeaderClassName
{
color: #AF38CF;
}
.AnyTagClassName
{
color: #AF38CF;
}
</style>
background-color css
<style>
a { background-color: #AF38CF; }
a { background-color: rgb(175,56,207); }
div.DivClassName
{
background-color: #AF38CF;
}
.BgClassName
{
background-color: #AF38CF;
}
</style>
border-color css
<style>
span { border-color: #AF38CF; }
span { border-color: rgb(175,56,207); }
td.TdClassName
{
border-color: #AF38CF;
}
.TagClassName
{
border-color: #AF38CF;
}
</style>