Shades of Dark Orchid #AF2BB4
Tints of Dark Orchid #AF2BB4
RGB
CMYK
RGB Variations
Color information
#AF2BB4 (or 0xAF2BB4) is known color: Dark Orchid. HEX triplet: AF, 2B and B4. RGB value is (175,43,180). Sum of RGB (Red+Green+Blue) = 175+43+180=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF2BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BB4 is #50D44B. Grayscale: #616161. Windows color (decimal): -5297228 or 11807663. OLE color: 11807663.
HSL color Cylindrical-coordinate representation of color #AF2BB4: hue angle of 297.81º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2BB4 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 43 | 180 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.29 |
| HSL | 297.81º | 0.61% | 0.44% | - |
| HSV(B) | 297.81º | 0.76% | 0.71% | - |
| XYZ | 26.78 | 14.14 | 44.5 | - |
| YUV | 98.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 180 | 0.03 | 0.76 | 0 | 0.29 | 297.81 | 0.61 | 0.44 |
| Hex | AF | 2B | B4 | 3 | 4C | 0 | 1D | 12A | 3D | 2C |
| Octal | 257 | 53 | 264 | 3 | 114 | 0 | 35 | 452 | 75 | 54 |
| Binary | 10101111 | 101011 | 10110100 | 11 | 1001100 | 0 | 11101 | 100101010 | 111101 | 101100 |
Color Harmonies of #AF2BB4
Complementary color
Monochromatic Colors of #AF2BB4
Black with #AF2BB4
Text Example
Text Example
White with #AF2BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BB4; }
p { color: rgb(175,43,180); }
H1.HeaderClassName
{
color: #AF2BB4;
}
.AnyTagClassName
{
color: #AF2BB4;
}
</style>
background-color css
<style>
a { background-color: #AF2BB4; }
a { background-color: rgb(175,43,180); }
div.DivClassName
{
background-color: #AF2BB4;
}
.BgClassName
{
background-color: #AF2BB4;
}
</style>
border-color css
<style>
span { border-color: #AF2BB4; }
span { border-color: rgb(175,43,180); }
td.TdClassName
{
border-color: #AF2BB4;
}
.TagClassName
{
border-color: #AF2BB4;
}
</style>