Shades of Dark Orchid #AF3BE7
Tints of Dark Orchid #AF3BE7
RGB
CMYK
RGB Variations
Color information
#AF3BE7 (or 0xAF3BE7) is known color: Dark Orchid. HEX triplet: AF, 3B and E7. RGB value is (175,59,231). Sum of RGB (Red+Green+Blue) = 175+59+231=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF3BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BE7 is #50C418. Grayscale: #707070. Windows color (decimal): -5293081 or 15154095. OLE color: 15154095.
HSL color Cylindrical-coordinate representation of color #AF3BE7: hue angle of 280.47º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3BE7 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 59 | 231 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.09 |
| HSL | 280.47º | 0.78% | 0.57% | - |
| HSV(B) | 280.47º | 0.74% | 0.91% | - |
| XYZ | 33.67 | 18.01 | 77.3 | - |
| YUV | 113.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 231 | 0.24 | 0.74 | 0 | 0.09 | 280.47 | 0.78 | 0.57 |
| Hex | AF | 3B | E7 | 18 | 4A | 0 | 9 | 118 | 4E | 39 |
| Octal | 257 | 73 | 347 | 30 | 112 | 0 | 11 | 430 | 116 | 71 |
| Binary | 10101111 | 111011 | 11100111 | 11000 | 1001010 | 0 | 1001 | 100011000 | 1001110 | 111001 |
Color Harmonies of #AF3BE7
Complementary color
Monochromatic Colors of #AF3BE7
Black with #AF3BE7
Text Example
Text Example
White with #AF3BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BE7; }
p { color: rgb(175,59,231); }
H1.HeaderClassName
{
color: #AF3BE7;
}
.AnyTagClassName
{
color: #AF3BE7;
}
</style>
background-color css
<style>
a { background-color: #AF3BE7; }
a { background-color: rgb(175,59,231); }
div.DivClassName
{
background-color: #AF3BE7;
}
.BgClassName
{
background-color: #AF3BE7;
}
</style>
border-color css
<style>
span { border-color: #AF3BE7; }
span { border-color: rgb(175,59,231); }
td.TdClassName
{
border-color: #AF3BE7;
}
.TagClassName
{
border-color: #AF3BE7;
}
</style>