Shades of Dark Orchid #AF3CC1
Tints of Dark Orchid #AF3CC1
RGB
CMYK
RGB Variations
Color information
#AF3CC1 (or 0xAF3CC1) is known color: Dark Orchid. HEX triplet: AF, 3C and C1. RGB value is (175,60,193). Sum of RGB (Red+Green+Blue) = 175+60+193=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF3CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CC1 is #50C33E. Grayscale: #6D6D6D. Windows color (decimal): -5292863 or 12663983. OLE color: 12663983.
HSL color Cylindrical-coordinate representation of color #AF3CC1: hue angle of 291.88º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3CC1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 60 | 193 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.24 |
| HSL | 291.88º | 0.53% | 0.5% | - |
| HSV(B) | 291.88º | 0.69% | 0.76% | - |
| XYZ | 28.92 | 16.2 | 52.05 | - |
| YUV | 109.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 193 | 0.09 | 0.69 | 0 | 0.24 | 291.88 | 0.53 | 0.5 |
| Hex | AF | 3C | C1 | 9 | 45 | 0 | 18 | 124 | 35 | 32 |
| Octal | 257 | 74 | 301 | 11 | 105 | 0 | 30 | 444 | 65 | 62 |
| Binary | 10101111 | 111100 | 11000001 | 1001 | 1000101 | 0 | 11000 | 100100100 | 110101 | 110010 |
Color Harmonies of #AF3CC1
Complementary color
Monochromatic Colors of #AF3CC1
Black with #AF3CC1
Text Example
Text Example
White with #AF3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CC1; }
p { color: rgb(175,60,193); }
H1.HeaderClassName
{
color: #AF3CC1;
}
.AnyTagClassName
{
color: #AF3CC1;
}
</style>
background-color css
<style>
a { background-color: #AF3CC1; }
a { background-color: rgb(175,60,193); }
div.DivClassName
{
background-color: #AF3CC1;
}
.BgClassName
{
background-color: #AF3CC1;
}
</style>
border-color css
<style>
span { border-color: #AF3CC1; }
span { border-color: rgb(175,60,193); }
td.TdClassName
{
border-color: #AF3CC1;
}
.TagClassName
{
border-color: #AF3CC1;
}
</style>