Shades of Dark Orchid #AF1ACF
Tints of Dark Orchid #AF1ACF
RGB
CMYK
RGB Variations
Color information
#AF1ACF (or 0xAF1ACF) is known color: Dark Orchid. HEX triplet: AF, 1A and CF. RGB value is (175,26,207). Sum of RGB (Red+Green+Blue) = 175+26+207=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ACF is #50E530. Grayscale: #5A5A5A. Windows color (decimal): -5301553 or 13572783. OLE color: 13572783.
HSL color Cylindrical-coordinate representation of color #AF1ACF: hue angle of 289.39º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1ACF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 26 | 207 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.19 |
| HSL | 289.39º | 0.78% | 0.46% | - |
| HSV(B) | 289.39º | 0.87% | 0.81% | - |
| XYZ | 29.31 | 14.36 | 60.26 | - |
| YUV | 91.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 207 | 0.15 | 0.87 | 0 | 0.19 | 289.39 | 0.78 | 0.46 |
| Hex | AF | 1A | CF | F | 57 | 0 | 13 | 121 | 4E | 2E |
| Octal | 257 | 32 | 317 | 17 | 127 | 0 | 23 | 441 | 116 | 56 |
| Binary | 10101111 | 11010 | 11001111 | 1111 | 1010111 | 0 | 10011 | 100100001 | 1001110 | 101110 |
Color Harmonies of #AF1ACF
Complementary color
Monochromatic Colors of #AF1ACF
Black with #AF1ACF
Text Example
Text Example
White with #AF1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ACF; }
p { color: rgb(175,26,207); }
H1.HeaderClassName
{
color: #AF1ACF;
}
.AnyTagClassName
{
color: #AF1ACF;
}
</style>
background-color css
<style>
a { background-color: #AF1ACF; }
a { background-color: rgb(175,26,207); }
div.DivClassName
{
background-color: #AF1ACF;
}
.BgClassName
{
background-color: #AF1ACF;
}
</style>
border-color css
<style>
span { border-color: #AF1ACF; }
span { border-color: rgb(175,26,207); }
td.TdClassName
{
border-color: #AF1ACF;
}
.TagClassName
{
border-color: #AF1ACF;
}
</style>