Shades of Perfume #C19AEA
Tints of Perfume #C19AEA
RGB
CMYK
RGB Variations
Color information
#C19AEA (or 0xC19AEA) is known color: Perfume. HEX triplet: C1, 9A and EA. RGB value is (193,154,234). Sum of RGB (Red+Green+Blue) = 193+154+234=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #C19AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19AEA is #3E6515. Grayscale: #AEAEAE. Windows color (decimal): -4089110 or 15375041. OLE color: 15375041.
HSL color Cylindrical-coordinate representation of color #C19AEA: hue angle of 269.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C19AEA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 154 | 234 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.08 |
| HSL | 269.25º | 0.66% | 0.76% | - |
| HSV(B) | 269.25º | 0.34% | 0.92% | - |
| XYZ | 48.4 | 40.39 | 83.09 | - |
| YUV | 174.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 234 | 0.18 | 0.34 | 0 | 0.08 | 269.25 | 0.66 | 0.76 |
| Hex | C1 | 9A | EA | 12 | 22 | 0 | 8 | 10D | 42 | 4C |
| Octal | 301 | 232 | 352 | 22 | 42 | 0 | 10 | 415 | 102 | 114 |
| Binary | 11000001 | 10011010 | 11101010 | 10010 | 100010 | 0 | 1000 | 100001101 | 1000010 | 1001100 |
Color Harmonies of #C19AEA
Complementary color
Monochromatic Colors of #C19AEA
Black with #C19AEA
Text Example
Text Example
White with #C19AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AEA; }
p { color: rgb(193,154,234); }
H1.HeaderClassName
{
color: #C19AEA;
}
.AnyTagClassName
{
color: #C19AEA;
}
</style>
background-color css
<style>
a { background-color: #C19AEA; }
a { background-color: rgb(193,154,234); }
div.DivClassName
{
background-color: #C19AEA;
}
.BgClassName
{
background-color: #C19AEA;
}
</style>
border-color css
<style>
span { border-color: #C19AEA; }
span { border-color: rgb(193,154,234); }
td.TdClassName
{
border-color: #C19AEA;
}
.TagClassName
{
border-color: #C19AEA;
}
</style>