Shades of Dark Orchid #A624C3
Tints of Dark Orchid #A624C3
RGB
CMYK
RGB Variations
Color information
#A624C3 (or 0xA624C3) is known color: Dark Orchid. HEX triplet: A6, 24 and C3. RGB value is (166,36,195). Sum of RGB (Red+Green+Blue) = 166+36+195=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #A624C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624C3 is #59DB3C. Grayscale: #5C5C5C. Windows color (decimal): -5888829 or 12788902. OLE color: 12788902.
HSL color Cylindrical-coordinate representation of color #A624C3: hue angle of 289.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A624C3 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 36 | 195 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.24 |
| HSL | 289.06º | 0.69% | 0.45% | - |
| HSV(B) | 289.06º | 0.82% | 0.76% | - |
| XYZ | 26.21 | 13.31 | 52.82 | - |
| YUV | 93 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 195 | 0.15 | 0.82 | 0 | 0.24 | 289.06 | 0.69 | 0.45 |
| Hex | A6 | 24 | C3 | F | 52 | 0 | 18 | 121 | 45 | 2D |
| Octal | 246 | 44 | 303 | 17 | 122 | 0 | 30 | 441 | 105 | 55 |
| Binary | 10100110 | 100100 | 11000011 | 1111 | 1010010 | 0 | 11000 | 100100001 | 1000101 | 101101 |
Color Harmonies of #A624C3
Complementary color
Monochromatic Colors of #A624C3
Black with #A624C3
Text Example
Text Example
White with #A624C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624C3; }
p { color: rgb(166,36,195); }
H1.HeaderClassName
{
color: #A624C3;
}
.AnyTagClassName
{
color: #A624C3;
}
</style>
background-color css
<style>
a { background-color: #A624C3; }
a { background-color: rgb(166,36,195); }
div.DivClassName
{
background-color: #A624C3;
}
.BgClassName
{
background-color: #A624C3;
}
</style>
border-color css
<style>
span { border-color: #A624C3; }
span { border-color: rgb(166,36,195); }
td.TdClassName
{
border-color: #A624C3;
}
.TagClassName
{
border-color: #A624C3;
}
</style>