Shades of Dark Orchid #AF3BE3
Tints of Dark Orchid #AF3BE3
RGB
CMYK
RGB Variations
Color information
#AF3BE3 (or 0xAF3BE3) is known color: Dark Orchid. HEX triplet: AF, 3B and E3. RGB value is (175,59,227). Sum of RGB (Red+Green+Blue) = 175+59+227=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF3BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BE3 is #50C41C. Grayscale: #707070. Windows color (decimal): -5293085 or 14891951. OLE color: 14891951.
HSL color Cylindrical-coordinate representation of color #AF3BE3: hue angle of 281.43º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3BE3 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 59 | 227 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.11 |
| HSL | 281.43º | 0.75% | 0.56% | - |
| HSV(B) | 281.43º | 0.74% | 0.89% | - |
| XYZ | 33.11 | 17.79 | 74.36 | - |
| YUV | 112.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 227 | 0.23 | 0.74 | 0 | 0.11 | 281.43 | 0.75 | 0.56 |
| Hex | AF | 3B | E3 | 17 | 4A | 0 | B | 119 | 4B | 38 |
| Octal | 257 | 73 | 343 | 27 | 112 | 0 | 13 | 431 | 113 | 70 |
| Binary | 10101111 | 111011 | 11100011 | 10111 | 1001010 | 0 | 1011 | 100011001 | 1001011 | 111000 |
Color Harmonies of #AF3BE3
Complementary color
Monochromatic Colors of #AF3BE3
Black with #AF3BE3
Text Example
Text Example
White with #AF3BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BE3; }
p { color: rgb(175,59,227); }
H1.HeaderClassName
{
color: #AF3BE3;
}
.AnyTagClassName
{
color: #AF3BE3;
}
</style>
background-color css
<style>
a { background-color: #AF3BE3; }
a { background-color: rgb(175,59,227); }
div.DivClassName
{
background-color: #AF3BE3;
}
.BgClassName
{
background-color: #AF3BE3;
}
</style>
border-color css
<style>
span { border-color: #AF3BE3; }
span { border-color: rgb(175,59,227); }
td.TdClassName
{
border-color: #AF3BE3;
}
.TagClassName
{
border-color: #AF3BE3;
}
</style>