Shades of Dark Orchid #A33ACF
Tints of Dark Orchid #A33ACF
RGB
CMYK
RGB Variations
Color information
#A33ACF (or 0xA33ACF) is known color: Dark Orchid. HEX triplet: A3, 3A and CF. RGB value is (163,58,207). Sum of RGB (Red+Green+Blue) = 163+58+207=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A33ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACF is #5CC530. Grayscale: #696969. Windows color (decimal): -6079793 or 13580963. OLE color: 13580963.
HSL color Cylindrical-coordinate representation of color #A33ACF: hue angle of 282.28º degrees, saturation: 0.61, 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 #A33ACF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 58 | 207 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.19 |
| HSL | 282.28º | 0.61% | 0.52% | - |
| HSV(B) | 282.28º | 0.72% | 0.81% | - |
| XYZ | 27.88 | 15.32 | 60.52 | - |
| YUV | 106.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 207 | 0.21 | 0.72 | 0 | 0.19 | 282.28 | 0.61 | 0.52 |
| Hex | A3 | 3A | CF | 15 | 48 | 0 | 13 | 11A | 3D | 34 |
| Octal | 243 | 72 | 317 | 25 | 110 | 0 | 23 | 432 | 75 | 64 |
| Binary | 10100011 | 111010 | 11001111 | 10101 | 1001000 | 0 | 10011 | 100011010 | 111101 | 110100 |
Color Harmonies of #A33ACF
Complementary color
Monochromatic Colors of #A33ACF
Black with #A33ACF
Text Example
Text Example
White with #A33ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33ACF; }
p { color: rgb(163,58,207); }
H1.HeaderClassName
{
color: #A33ACF;
}
.AnyTagClassName
{
color: #A33ACF;
}
</style>
background-color css
<style>
a { background-color: #A33ACF; }
a { background-color: rgb(163,58,207); }
div.DivClassName
{
background-color: #A33ACF;
}
.BgClassName
{
background-color: #A33ACF;
}
</style>
border-color css
<style>
span { border-color: #A33ACF; }
span { border-color: rgb(163,58,207); }
td.TdClassName
{
border-color: #A33ACF;
}
.TagClassName
{
border-color: #A33ACF;
}
</style>