Shades of Perfume #CAA9F1
Tints of Perfume #CAA9F1
RGB
CMYK
RGB Variations
Color information
#CAA9F1 (or 0xCAA9F1) is known color: Perfume. HEX triplet: CA, A9 and F1. RGB value is (202,169,241). Sum of RGB (Red+Green+Blue) = 202+169+241=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9F1 is #35560E. Grayscale: #BABABA. Windows color (decimal): -3495439 or 15837642. OLE color: 15837642.
HSL color Cylindrical-coordinate representation of color #CAA9F1: hue angle of 267.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA9F1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 169 | 241 | - |
CMYK | 0.16 | 0.30 | 0 | 0.05 |
HSL | 267.5º | 0.72% | 0.8% | - |
HSV(B) | 267.5º | 0.3% | 0.95% | - |
XYZ | 54.42 | 47.28 | 89.48 | - |
YUV | 187.08 | 158.43 | 138.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 169 | 241 | 0.16 | 0.30 | 0 | 0.05 | 267.5 | 0.72 | 0.8 |
Hex | CA | A9 | F1 | 10 | 1E | 0 | 5 | 10C | 48 | 50 |
Octal | 312 | 251 | 361 | 20 | 36 | 0 | 5 | 414 | 110 | 120 |
Binary | 11001010 | 10101001 | 11110001 | 10000 | 11110 | 0 | 101 | 100001100 | 1001000 | 1010000 |
Color Harmonies of #CAA9F1
Complementary color
Monochromatic Colors of #CAA9F1
Black with #CAA9F1
Text Example
Text Example
White with #CAA9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9F1; }
p { color: rgb(202,169,241); }
H1.HeaderClassName
{
color: #CAA9F1;
}
.AnyTagClassName
{
color: #CAA9F1;
}
</style>
background-color css
<style>
a { background-color: #CAA9F1; }
a { background-color: rgb(202,169,241); }
div.DivClassName
{
background-color: #CAA9F1;
}
.BgClassName
{
background-color: #CAA9F1;
}
</style>
border-color css
<style>
span { border-color: #CAA9F1; }
span { border-color: rgb(202,169,241); }
td.TdClassName
{
border-color: #CAA9F1;
}
.TagClassName
{
border-color: #CAA9F1;
}
</style>