Shades of Dark Orchid #A825B2
Tints of Dark Orchid #A825B2
RGB
CMYK
RGB Variations
Color information
#A825B2 (or 0xA825B2) is known color: Dark Orchid. HEX triplet: A8, 25 and B2. RGB value is (168,37,178). Sum of RGB (Red+Green+Blue) = 168+37+178=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #A825B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825B2 is #57DA4D. Grayscale: #5B5B5B. Windows color (decimal): -5757518 or 11675048. OLE color: 11675048.
HSL color Cylindrical-coordinate representation of color #A825B2: hue angle of 295.74º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A825B2 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 37 | 178 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.30 |
| HSL | 295.74º | 0.66% | 0.42% | - |
| HSV(B) | 295.74º | 0.79% | 0.7% | - |
| XYZ | 24.85 | 12.86 | 43.29 | - |
| YUV | 92.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 178 | 0.06 | 0.79 | 0 | 0.30 | 295.74 | 0.66 | 0.42 |
| Hex | A8 | 25 | B2 | 6 | 4F | 0 | 1E | 128 | 42 | 2A |
| Octal | 250 | 45 | 262 | 6 | 117 | 0 | 36 | 450 | 102 | 52 |
| Binary | 10101000 | 100101 | 10110010 | 110 | 1001111 | 0 | 11110 | 100101000 | 1000010 | 101010 |
Color Harmonies of #A825B2
Complementary color
Monochromatic Colors of #A825B2
Black with #A825B2
Text Example
Text Example
White with #A825B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825B2; }
p { color: rgb(168,37,178); }
H1.HeaderClassName
{
color: #A825B2;
}
.AnyTagClassName
{
color: #A825B2;
}
</style>
background-color css
<style>
a { background-color: #A825B2; }
a { background-color: rgb(168,37,178); }
div.DivClassName
{
background-color: #A825B2;
}
.BgClassName
{
background-color: #A825B2;
}
</style>
border-color css
<style>
span { border-color: #A825B2; }
span { border-color: rgb(168,37,178); }
td.TdClassName
{
border-color: #A825B2;
}
.TagClassName
{
border-color: #A825B2;
}
</style>