Shades of Dark Orchid #AF3BCB
Tints of Dark Orchid #AF3BCB
RGB
CMYK
RGB Variations
Color information
#AF3BCB (or 0xAF3BCB) is known color: Dark Orchid. HEX triplet: AF, 3B and CB. RGB value is (175,59,203). Sum of RGB (Red+Green+Blue) = 175+59+203=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF3BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BCB is #50C434. Grayscale: #6D6D6D. Windows color (decimal): -5293109 or 13319087. OLE color: 13319087.
HSL color Cylindrical-coordinate representation of color #AF3BCB: hue angle of 288.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3BCB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 59 | 203 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.20 |
| HSL | 288.33º | 0.58% | 0.51% | - |
| HSV(B) | 288.33º | 0.71% | 0.8% | - |
| XYZ | 30.02 | 16.55 | 58.11 | - |
| YUV | 110.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 203 | 0.14 | 0.71 | 0 | 0.20 | 288.33 | 0.58 | 0.51 |
| Hex | AF | 3B | CB | E | 47 | 0 | 14 | 120 | 3A | 33 |
| Octal | 257 | 73 | 313 | 16 | 107 | 0 | 24 | 440 | 72 | 63 |
| Binary | 10101111 | 111011 | 11001011 | 1110 | 1000111 | 0 | 10100 | 100100000 | 111010 | 110011 |
Color Harmonies of #AF3BCB
Complementary color
Monochromatic Colors of #AF3BCB
Black with #AF3BCB
Text Example
Text Example
White with #AF3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BCB; }
p { color: rgb(175,59,203); }
H1.HeaderClassName
{
color: #AF3BCB;
}
.AnyTagClassName
{
color: #AF3BCB;
}
</style>
background-color css
<style>
a { background-color: #AF3BCB; }
a { background-color: rgb(175,59,203); }
div.DivClassName
{
background-color: #AF3BCB;
}
.BgClassName
{
background-color: #AF3BCB;
}
</style>
border-color css
<style>
span { border-color: #AF3BCB; }
span { border-color: rgb(175,59,203); }
td.TdClassName
{
border-color: #AF3BCB;
}
.TagClassName
{
border-color: #AF3BCB;
}
</style>