Shades of Kobi #D08AAA
Tints of Kobi #D08AAA
RGB
CMYK
RGB Variations
Color information
#D08AAA (or 0xD08AAA) is known color: Kobi. HEX triplet: D0, 8A and AA. RGB value is (208,138,170). Sum of RGB (Red+Green+Blue) = 208+138+170=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08AAA is #2F7555. Grayscale: #A2A2A2. Windows color (decimal): -3110230 or 11176656. OLE color: 11176656.
HSL color Cylindrical-coordinate representation of color #D08AAA: hue angle of 332.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08AAA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 170 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.18 |
| HSL | 332.57º | 0.43% | 0.68% | - |
| HSV(B) | 332.57º | 0.34% | 0.82% | - |
| XYZ | 42.36 | 34.49 | 42.45 | - |
| YUV | 162.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 170 | 0 | 0.34 | 0.18 | 0.18 | 332.57 | 0.43 | 0.68 |
| Hex | D0 | 8A | AA | 0 | 22 | 12 | 12 | 14D | 2B | 44 |
| Octal | 320 | 212 | 252 | 0 | 42 | 22 | 22 | 515 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10101010 | 0 | 100010 | 10010 | 10010 | 101001101 | 101011 | 1000100 |
Color Harmonies of #D08AAA
Complementary color
Monochromatic Colors of #D08AAA
Black with #D08AAA
Text Example
Text Example
White with #D08AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AAA; }
p { color: rgb(208,138,170); }
H1.HeaderClassName
{
color: #D08AAA;
}
.AnyTagClassName
{
color: #D08AAA;
}
</style>
background-color css
<style>
a { background-color: #D08AAA; }
a { background-color: rgb(208,138,170); }
div.DivClassName
{
background-color: #D08AAA;
}
.BgClassName
{
background-color: #D08AAA;
}
</style>
border-color css
<style>
span { border-color: #D08AAA; }
span { border-color: rgb(208,138,170); }
td.TdClassName
{
border-color: #D08AAA;
}
.TagClassName
{
border-color: #D08AAA;
}
</style>