Shades of Perfume #CAA1F0
Tints of Perfume #CAA1F0
RGB
CMYK
RGB Variations
Color information
#CAA1F0 (or 0xCAA1F0) is known color: Perfume. HEX triplet: CA, A1 and F0. RGB value is (202,161,240). Sum of RGB (Red+Green+Blue) = 202+161+240=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAA1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1F0 is #355E0F. Grayscale: #B5B5B5. Windows color (decimal): -3497488 or 15770058. OLE color: 15770058.
HSL color Cylindrical-coordinate representation of color #CAA1F0: hue angle of 271.14º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA1F0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 161 | 240 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.06 |
| HSL | 271.14º | 0.72% | 0.79% | - |
| HSV(B) | 271.14º | 0.33% | 0.94% | - |
| XYZ | 52.83 | 44.34 | 88.21 | - |
| YUV | 182.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 240 | 0.16 | 0.33 | 0 | 0.06 | 271.14 | 0.72 | 0.79 |
| Hex | CA | A1 | F0 | 10 | 21 | 0 | 6 | 10F | 48 | 4F |
| Octal | 312 | 241 | 360 | 20 | 41 | 0 | 6 | 417 | 110 | 117 |
| Binary | 11001010 | 10100001 | 11110000 | 10000 | 100001 | 0 | 110 | 100001111 | 1001000 | 1001111 |
Color Harmonies of #CAA1F0
Complementary color
Monochromatic Colors of #CAA1F0
Black with #CAA1F0
Text Example
Text Example
White with #CAA1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1F0; }
p { color: rgb(202,161,240); }
H1.HeaderClassName
{
color: #CAA1F0;
}
.AnyTagClassName
{
color: #CAA1F0;
}
</style>
background-color css
<style>
a { background-color: #CAA1F0; }
a { background-color: rgb(202,161,240); }
div.DivClassName
{
background-color: #CAA1F0;
}
.BgClassName
{
background-color: #CAA1F0;
}
</style>
border-color css
<style>
span { border-color: #CAA1F0; }
span { border-color: rgb(202,161,240); }
td.TdClassName
{
border-color: #CAA1F0;
}
.TagClassName
{
border-color: #CAA1F0;
}
</style>