Shades of Cold Purple #A295B5
Tints of Cold Purple #A295B5
RGB
CMYK
RGB Variations
Color information
#A295B5 (or 0xA295B5) is known color: Cold Purple. HEX triplet: A2, 95 and B5. RGB value is (162,149,181). Sum of RGB (Red+Green+Blue) = 162+149+181=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #A295B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295B5 is #5D6A4A. Grayscale: #9C9C9C. Windows color (decimal): -6122059 or 11900322. OLE color: 11900322.
HSL color Cylindrical-coordinate representation of color #A295B5: hue angle of 264.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A295B5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 149 | 181 | - |
CMYK | 0.10 | 0.18 | 0 | 0.29 |
HSL | 264.38º | 0.18% | 0.65% | - |
HSV(B) | 264.38º | 0.18% | 0.71% | - |
XYZ | 33.99 | 32.51 | 48.2 | - |
YUV | 156.54 | 141.81 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 149 | 181 | 0.10 | 0.18 | 0 | 0.29 | 264.38 | 0.18 | 0.65 |
Hex | A2 | 95 | B5 | A | 12 | 0 | 1D | 108 | 12 | 41 |
Octal | 242 | 225 | 265 | 12 | 22 | 0 | 35 | 410 | 22 | 101 |
Binary | 10100010 | 10010101 | 10110101 | 1010 | 10010 | 0 | 11101 | 100001000 | 10010 | 1000001 |
Color Harmonies of #A295B5
Complementary color
Monochromatic Colors of #A295B5
Black with #A295B5
Text Example
Text Example
White with #A295B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295B5; }
p { color: rgb(162,149,181); }
H1.HeaderClassName
{
color: #A295B5;
}
.AnyTagClassName
{
color: #A295B5;
}
</style>
background-color css
<style>
a { background-color: #A295B5; }
a { background-color: rgb(162,149,181); }
div.DivClassName
{
background-color: #A295B5;
}
.BgClassName
{
background-color: #A295B5;
}
</style>
border-color css
<style>
span { border-color: #A295B5; }
span { border-color: rgb(162,149,181); }
td.TdClassName
{
border-color: #A295B5;
}
.TagClassName
{
border-color: #A295B5;
}
</style>