Shades of Perfume #CAA2F6
Tints of Perfume #CAA2F6
RGB
CMYK
RGB Variations
Color information
#CAA2F6 (or 0xCAA2F6) is known color: Perfume. HEX triplet: CA, A2 and F6. RGB value is (202,162,246). Sum of RGB (Red+Green+Blue) = 202+162+246=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAA2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2F6 is #355D09. Grayscale: #B7B7B7. Windows color (decimal): -3497226 or 16163530. OLE color: 16163530.
HSL color Cylindrical-coordinate representation of color #CAA2F6: hue angle of 268.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA2F6 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 162 | 246 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.04 |
| HSL | 268.57º | 0.82% | 0.8% | - |
| HSV(B) | 268.57º | 0.34% | 0.96% | - |
| XYZ | 53.91 | 45.05 | 93.04 | - |
| YUV | 183.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 246 | 0.18 | 0.34 | 0 | 0.04 | 268.57 | 0.82 | 0.8 |
| Hex | CA | A2 | F6 | 12 | 22 | 0 | 4 | 10D | 52 | 50 |
| Octal | 312 | 242 | 366 | 22 | 42 | 0 | 4 | 415 | 122 | 120 |
| Binary | 11001010 | 10100010 | 11110110 | 10010 | 100010 | 0 | 100 | 100001101 | 1010010 | 1010000 |
Color Harmonies of #CAA2F6
Complementary color
Monochromatic Colors of #CAA2F6
Black with #CAA2F6
Text Example
Text Example
White with #CAA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2F6; }
p { color: rgb(202,162,246); }
H1.HeaderClassName
{
color: #CAA2F6;
}
.AnyTagClassName
{
color: #CAA2F6;
}
</style>
background-color css
<style>
a { background-color: #CAA2F6; }
a { background-color: rgb(202,162,246); }
div.DivClassName
{
background-color: #CAA2F6;
}
.BgClassName
{
background-color: #CAA2F6;
}
</style>
border-color css
<style>
span { border-color: #CAA2F6; }
span { border-color: rgb(202,162,246); }
td.TdClassName
{
border-color: #CAA2F6;
}
.TagClassName
{
border-color: #CAA2F6;
}
</style>