Shades of Dark Orchid #AF24CC
Tints of Dark Orchid #AF24CC
RGB
CMYK
RGB Variations
Color information
#AF24CC (or 0xAF24CC) is known color: Dark Orchid. HEX triplet: AF, 24 and CC. RGB value is (175,36,204). Sum of RGB (Red+Green+Blue) = 175+36+204=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF24CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24CC is #50DB33. Grayscale: #606060. Windows color (decimal): -5298996 or 13378735. OLE color: 13378735.
HSL color Cylindrical-coordinate representation of color #AF24CC: hue angle of 289.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF24CC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 36 | 204 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.2 |
| HSL | 289.64º | 0.7% | 0.47% | - |
| HSV(B) | 289.64º | 0.82% | 0.8% | - |
| XYZ | 29.21 | 14.74 | 58.43 | - |
| YUV | 96.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 204 | 0.14 | 0.82 | 0 | 0.2 | 289.64 | 0.7 | 0.47 |
| Hex | AF | 24 | CC | E | 52 | 0 | 14 | 122 | 46 | 2F |
| Octal | 257 | 44 | 314 | 16 | 122 | 0 | 24 | 442 | 106 | 57 |
| Binary | 10101111 | 100100 | 11001100 | 1110 | 1010010 | 0 | 10100 | 100100010 | 1000110 | 101111 |
Color Harmonies of #AF24CC
Complementary color
Monochromatic Colors of #AF24CC
Black with #AF24CC
Text Example
Text Example
White with #AF24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24CC; }
p { color: rgb(175,36,204); }
H1.HeaderClassName
{
color: #AF24CC;
}
.AnyTagClassName
{
color: #AF24CC;
}
</style>
background-color css
<style>
a { background-color: #AF24CC; }
a { background-color: rgb(175,36,204); }
div.DivClassName
{
background-color: #AF24CC;
}
.BgClassName
{
background-color: #AF24CC;
}
</style>
border-color css
<style>
span { border-color: #AF24CC; }
span { border-color: rgb(175,36,204); }
td.TdClassName
{
border-color: #AF24CC;
}
.TagClassName
{
border-color: #AF24CC;
}
</style>