Shades of Dark Orchid #A833C4
Tints of Dark Orchid #A833C4
RGB
CMYK
RGB Variations
Color information
#A833C4 (or 0xA833C4) is known color: Dark Orchid. HEX triplet: A8, 33 and C4. RGB value is (168,51,196). Sum of RGB (Red+Green+Blue) = 168+51+196=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #A833C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833C4 is #57CC3B. Grayscale: #666666. Windows color (decimal): -5753916 or 12858280. OLE color: 12858280.
HSL color Cylindrical-coordinate representation of color #A833C4: hue angle of 288.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A833C4 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 51 | 196 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.23 |
| HSL | 288.41º | 0.59% | 0.48% | - |
| HSV(B) | 288.41º | 0.74% | 0.77% | - |
| XYZ | 27.3 | 14.68 | 53.62 | - |
| YUV | 102.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 196 | 0.14 | 0.74 | 0 | 0.23 | 288.41 | 0.59 | 0.48 |
| Hex | A8 | 33 | C4 | E | 4A | 0 | 17 | 120 | 3B | 30 |
| Octal | 250 | 63 | 304 | 16 | 112 | 0 | 27 | 440 | 73 | 60 |
| Binary | 10101000 | 110011 | 11000100 | 1110 | 1001010 | 0 | 10111 | 100100000 | 111011 | 110000 |
Color Harmonies of #A833C4
Complementary color
Monochromatic Colors of #A833C4
Black with #A833C4
Text Example
Text Example
White with #A833C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833C4; }
p { color: rgb(168,51,196); }
H1.HeaderClassName
{
color: #A833C4;
}
.AnyTagClassName
{
color: #A833C4;
}
</style>
background-color css
<style>
a { background-color: #A833C4; }
a { background-color: rgb(168,51,196); }
div.DivClassName
{
background-color: #A833C4;
}
.BgClassName
{
background-color: #A833C4;
}
</style>
border-color css
<style>
span { border-color: #A833C4; }
span { border-color: rgb(168,51,196); }
td.TdClassName
{
border-color: #A833C4;
}
.TagClassName
{
border-color: #A833C4;
}
</style>