Shades of Perfume #C7AAF3
Tints of Perfume #C7AAF3
RGB
CMYK
RGB Variations
Color information
#C7AAF3 (or 0xC7AAF3) is known color: Perfume. HEX triplet: C7, AA and F3. RGB value is (199,170,243). Sum of RGB (Red+Green+Blue) = 199+170+243=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAF3 is #38550C. Grayscale: #BABABA. Windows color (decimal): -3691789 or 15968967. OLE color: 15968967.
HSL color Cylindrical-coordinate representation of color #C7AAF3: hue angle of 263.84º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7AAF3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 170 | 243 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.05 |
| HSL | 263.84º | 0.75% | 0.81% | - |
| HSV(B) | 263.84º | 0.3% | 0.95% | - |
| XYZ | 54.11 | 47.36 | 91.08 | - |
| YUV | 186.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 243 | 0.18 | 0.30 | 0 | 0.05 | 263.84 | 0.75 | 0.81 |
| Hex | C7 | AA | F3 | 12 | 1E | 0 | 5 | 108 | 4B | 51 |
| Octal | 307 | 252 | 363 | 22 | 36 | 0 | 5 | 410 | 113 | 121 |
| Binary | 11000111 | 10101010 | 11110011 | 10010 | 11110 | 0 | 101 | 100001000 | 1001011 | 1010001 |
Color Harmonies of #C7AAF3
Complementary color
Monochromatic Colors of #C7AAF3
Black with #C7AAF3
Text Example
Text Example
White with #C7AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAF3; }
p { color: rgb(199,170,243); }
H1.HeaderClassName
{
color: #C7AAF3;
}
.AnyTagClassName
{
color: #C7AAF3;
}
</style>
background-color css
<style>
a { background-color: #C7AAF3; }
a { background-color: rgb(199,170,243); }
div.DivClassName
{
background-color: #C7AAF3;
}
.BgClassName
{
background-color: #C7AAF3;
}
</style>
border-color css
<style>
span { border-color: #C7AAF3; }
span { border-color: rgb(199,170,243); }
td.TdClassName
{
border-color: #C7AAF3;
}
.TagClassName
{
border-color: #C7AAF3;
}
</style>