Shades of Perfume #C4A4FA
Tints of Perfume #C4A4FA
RGB
CMYK
RGB Variations
Color information
#C4A4FA (or 0xC4A4FA) is known color: Perfume. HEX triplet: C4, A4 and FA. RGB value is (196,164,250). Sum of RGB (Red+Green+Blue) = 196+164+250=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A4FA is #3B5B05. Grayscale: #B7B7B7. Windows color (decimal): -3889926 or 16426180. OLE color: 16426180.
HSL color Cylindrical-coordinate representation of color #C4A4FA: hue angle of 262.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4A4FA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 164 | 250 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.02 |
| HSL | 262.33º | 0.9% | 0.81% | - |
| HSV(B) | 262.33º | 0.34% | 0.98% | - |
| XYZ | 53.3 | 45.19 | 96.36 | - |
| YUV | 183.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 250 | 0.22 | 0.34 | 0 | 0.02 | 262.33 | 0.9 | 0.81 |
| Hex | C4 | A4 | FA | 16 | 22 | 0 | 2 | 106 | 5A | 51 |
| Octal | 304 | 244 | 372 | 26 | 42 | 0 | 2 | 406 | 132 | 121 |
| Binary | 11000100 | 10100100 | 11111010 | 10110 | 100010 | 0 | 10 | 100000110 | 1011010 | 1010001 |
Color Harmonies of #C4A4FA
Complementary color
Monochromatic Colors of #C4A4FA
Black with #C4A4FA
Text Example
Text Example
White with #C4A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4FA; }
p { color: rgb(196,164,250); }
H1.HeaderClassName
{
color: #C4A4FA;
}
.AnyTagClassName
{
color: #C4A4FA;
}
</style>
background-color css
<style>
a { background-color: #C4A4FA; }
a { background-color: rgb(196,164,250); }
div.DivClassName
{
background-color: #C4A4FA;
}
.BgClassName
{
background-color: #C4A4FA;
}
</style>
border-color css
<style>
span { border-color: #C4A4FA; }
span { border-color: rgb(196,164,250); }
td.TdClassName
{
border-color: #C4A4FA;
}
.TagClassName
{
border-color: #C4A4FA;
}
</style>