Shades of Dark Orchid #AF3ACE
Tints of Dark Orchid #AF3ACE
RGB
CMYK
RGB Variations
Color information
#AF3ACE (or 0xAF3ACE) is known color: Dark Orchid. HEX triplet: AF, 3A and CE. RGB value is (175,58,206). Sum of RGB (Red+Green+Blue) = 175+58+206=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ACE is #50C531. Grayscale: #6D6D6D. Windows color (decimal): -5293362 or 13515439. OLE color: 13515439.
HSL color Cylindrical-coordinate representation of color #AF3ACE: hue angle of 287.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3ACE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 58 | 206 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.19 |
| HSL | 287.43º | 0.6% | 0.52% | - |
| HSV(B) | 287.43º | 0.72% | 0.81% | - |
| XYZ | 30.33 | 16.6 | 60 | - |
| YUV | 109.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 206 | 0.15 | 0.72 | 0 | 0.19 | 287.43 | 0.6 | 0.52 |
| Hex | AF | 3A | CE | F | 48 | 0 | 13 | 11F | 3C | 34 |
| Octal | 257 | 72 | 316 | 17 | 110 | 0 | 23 | 437 | 74 | 64 |
| Binary | 10101111 | 111010 | 11001110 | 1111 | 1001000 | 0 | 10011 | 100011111 | 111100 | 110100 |
Color Harmonies of #AF3ACE
Complementary color
Monochromatic Colors of #AF3ACE
Black with #AF3ACE
Text Example
Text Example
White with #AF3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ACE; }
p { color: rgb(175,58,206); }
H1.HeaderClassName
{
color: #AF3ACE;
}
.AnyTagClassName
{
color: #AF3ACE;
}
</style>
background-color css
<style>
a { background-color: #AF3ACE; }
a { background-color: rgb(175,58,206); }
div.DivClassName
{
background-color: #AF3ACE;
}
.BgClassName
{
background-color: #AF3ACE;
}
</style>
border-color css
<style>
span { border-color: #AF3ACE; }
span { border-color: rgb(175,58,206); }
td.TdClassName
{
border-color: #AF3ACE;
}
.TagClassName
{
border-color: #AF3ACE;
}
</style>