Shades of Cold Purple #A68ACB
Tints of Cold Purple #A68ACB
RGB
CMYK
RGB Variations
Color information
#A68ACB (or 0xA68ACB) is known color: Cold Purple. HEX triplet: A6, 8A and CB. RGB value is (166,138,203). Sum of RGB (Red+Green+Blue) = 166+138+203=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ACB is #597534. Grayscale: #999999. Windows color (decimal): -5862709 or 13339302. OLE color: 13339302.
HSL color Cylindrical-coordinate representation of color #A68ACB: hue angle of 265.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68ACB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 138 | 203 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.20 |
| HSL | 265.85º | 0.38% | 0.67% | - |
| HSV(B) | 265.85º | 0.32% | 0.8% | - |
| XYZ | 35.59 | 30.6 | 60.53 | - |
| YUV | 153.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 203 | 0.18 | 0.32 | 0 | 0.20 | 265.85 | 0.38 | 0.67 |
| Hex | A6 | 8A | CB | 12 | 20 | 0 | 14 | 10A | 26 | 43 |
| Octal | 246 | 212 | 313 | 22 | 40 | 0 | 24 | 412 | 46 | 103 |
| Binary | 10100110 | 10001010 | 11001011 | 10010 | 100000 | 0 | 10100 | 100001010 | 100110 | 1000011 |
Color Harmonies of #A68ACB
Complementary color
Monochromatic Colors of #A68ACB
Black with #A68ACB
Text Example
Text Example
White with #A68ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68ACB; }
p { color: rgb(166,138,203); }
H1.HeaderClassName
{
color: #A68ACB;
}
.AnyTagClassName
{
color: #A68ACB;
}
</style>
background-color css
<style>
a { background-color: #A68ACB; }
a { background-color: rgb(166,138,203); }
div.DivClassName
{
background-color: #A68ACB;
}
.BgClassName
{
background-color: #A68ACB;
}
</style>
border-color css
<style>
span { border-color: #A68ACB; }
span { border-color: rgb(166,138,203); }
td.TdClassName
{
border-color: #A68ACB;
}
.TagClassName
{
border-color: #A68ACB;
}
</style>