Shades of Perfume #C19AF1
Tints of Perfume #C19AF1
RGB
CMYK
RGB Variations
Color information
#C19AF1 (or 0xC19AF1) is known color: Perfume. HEX triplet: C1, 9A and F1. RGB value is (193,154,241). Sum of RGB (Red+Green+Blue) = 193+154+241=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #C19AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19AF1 is #3E650E. Grayscale: #AFAFAF. Windows color (decimal): -4089103 or 15833793. OLE color: 15833793.
HSL color Cylindrical-coordinate representation of color #C19AF1: hue angle of 266.9º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C19AF1 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 154 | 241 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.05 |
| HSL | 266.9º | 0.76% | 0.77% | - |
| HSV(B) | 266.9º | 0.36% | 0.95% | - |
| XYZ | 49.43 | 40.8 | 88.49 | - |
| YUV | 175.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 241 | 0.20 | 0.36 | 0 | 0.05 | 266.9 | 0.76 | 0.77 |
| Hex | C1 | 9A | F1 | 14 | 24 | 0 | 5 | 10B | 4C | 4D |
| Octal | 301 | 232 | 361 | 24 | 44 | 0 | 5 | 413 | 114 | 115 |
| Binary | 11000001 | 10011010 | 11110001 | 10100 | 100100 | 0 | 101 | 100001011 | 1001100 | 1001101 |
Color Harmonies of #C19AF1
Complementary color
Monochromatic Colors of #C19AF1
Black with #C19AF1
Text Example
Text Example
White with #C19AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AF1; }
p { color: rgb(193,154,241); }
H1.HeaderClassName
{
color: #C19AF1;
}
.AnyTagClassName
{
color: #C19AF1;
}
</style>
background-color css
<style>
a { background-color: #C19AF1; }
a { background-color: rgb(193,154,241); }
div.DivClassName
{
background-color: #C19AF1;
}
.BgClassName
{
background-color: #C19AF1;
}
</style>
border-color css
<style>
span { border-color: #C19AF1; }
span { border-color: rgb(193,154,241); }
td.TdClassName
{
border-color: #C19AF1;
}
.TagClassName
{
border-color: #C19AF1;
}
</style>