Shades of Dark Orchid #AF1BCA
Tints of Dark Orchid #AF1BCA
RGB
CMYK
RGB Variations
Color information
#AF1BCA (or 0xAF1BCA) is known color: Dark Orchid. HEX triplet: AF, 1B and CA. RGB value is (175,27,202). Sum of RGB (Red+Green+Blue) = 175+27+202=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF1BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BCA is #50E435. Grayscale: #5A5A5A. Windows color (decimal): -5301302 or 13245359. OLE color: 13245359.
HSL color Cylindrical-coordinate representation of color #AF1BCA: hue angle of 290.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1BCA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 27 | 202 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.21 |
| HSL | 290.74º | 0.76% | 0.45% | - |
| HSV(B) | 290.74º | 0.87% | 0.79% | - |
| XYZ | 28.73 | 14.16 | 57.1 | - |
| YUV | 91.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 202 | 0.13 | 0.87 | 0 | 0.21 | 290.74 | 0.76 | 0.45 |
| Hex | AF | 1B | CA | D | 57 | 0 | 15 | 123 | 4C | 2D |
| Octal | 257 | 33 | 312 | 15 | 127 | 0 | 25 | 443 | 114 | 55 |
| Binary | 10101111 | 11011 | 11001010 | 1101 | 1010111 | 0 | 10101 | 100100011 | 1001100 | 101101 |
Color Harmonies of #AF1BCA
Complementary color
Monochromatic Colors of #AF1BCA
Black with #AF1BCA
Text Example
Text Example
White with #AF1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BCA; }
p { color: rgb(175,27,202); }
H1.HeaderClassName
{
color: #AF1BCA;
}
.AnyTagClassName
{
color: #AF1BCA;
}
</style>
background-color css
<style>
a { background-color: #AF1BCA; }
a { background-color: rgb(175,27,202); }
div.DivClassName
{
background-color: #AF1BCA;
}
.BgClassName
{
background-color: #AF1BCA;
}
</style>
border-color css
<style>
span { border-color: #AF1BCA; }
span { border-color: rgb(175,27,202); }
td.TdClassName
{
border-color: #AF1BCA;
}
.TagClassName
{
border-color: #AF1BCA;
}
</style>