Shades of Perfume #CAA1F3
Tints of Perfume #CAA1F3
RGB
CMYK
RGB Variations
Color information
#CAA1F3 (or 0xCAA1F3) is known color: Perfume. HEX triplet: CA, A1 and F3. RGB value is (202,161,243). Sum of RGB (Red+Green+Blue) = 202+161+243=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1F3 is #355E0C. Grayscale: #B6B6B6. Windows color (decimal): -3497485 or 15966666. OLE color: 15966666.
HSL color Cylindrical-coordinate representation of color #CAA1F3: hue angle of 270º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA1F3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 161 | 243 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.05 |
| HSL | 270º | 0.77% | 0.79% | - |
| HSV(B) | 270º | 0.34% | 0.95% | - |
| XYZ | 53.28 | 44.52 | 90.58 | - |
| YUV | 182.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 243 | 0.17 | 0.34 | 0 | 0.05 | 270 | 0.77 | 0.79 |
| Hex | CA | A1 | F3 | 11 | 22 | 0 | 5 | 10E | 4D | 4F |
| Octal | 312 | 241 | 363 | 21 | 42 | 0 | 5 | 416 | 115 | 117 |
| Binary | 11001010 | 10100001 | 11110011 | 10001 | 100010 | 0 | 101 | 100001110 | 1001101 | 1001111 |
Color Harmonies of #CAA1F3
Complementary color
Monochromatic Colors of #CAA1F3
Black with #CAA1F3
Text Example
Text Example
White with #CAA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1F3; }
p { color: rgb(202,161,243); }
H1.HeaderClassName
{
color: #CAA1F3;
}
.AnyTagClassName
{
color: #CAA1F3;
}
</style>
background-color css
<style>
a { background-color: #CAA1F3; }
a { background-color: rgb(202,161,243); }
div.DivClassName
{
background-color: #CAA1F3;
}
.BgClassName
{
background-color: #CAA1F3;
}
</style>
border-color css
<style>
span { border-color: #CAA1F3; }
span { border-color: rgb(202,161,243); }
td.TdClassName
{
border-color: #CAA1F3;
}
.TagClassName
{
border-color: #CAA1F3;
}
</style>