Shades of Chatelle #AF98B5
Tints of Chatelle #AF98B5
RGB
CMYK
RGB Variations
Color information
#AF98B5 (or 0xAF98B5) is known color: Chatelle. HEX triplet: AF, 98 and B5. RGB value is (175,152,181). Sum of RGB (Red+Green+Blue) = 175+152+181=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF98B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98B5 is #50674A. Grayscale: #A2A2A2. Windows color (decimal): -5269323 or 11901103. OLE color: 11901103.
HSL color Cylindrical-coordinate representation of color #AF98B5: hue angle of 287.59º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF98B5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 152 | 181 | - |
CMYK | 0.03 | 0.16 | 0 | 0.29 |
HSL | 287.59º | 0.16% | 0.65% | - |
HSV(B) | 287.59º | 0.16% | 0.71% | - |
XYZ | 37.25 | 34.91 | 48.49 | - |
YUV | 162.18 | 138.62 | 137.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 152 | 181 | 0.03 | 0.16 | 0 | 0.29 | 287.59 | 0.16 | 0.65 |
Hex | AF | 98 | B5 | 3 | 10 | 0 | 1D | 120 | 10 | 41 |
Octal | 257 | 230 | 265 | 3 | 20 | 0 | 35 | 440 | 20 | 101 |
Binary | 10101111 | 10011000 | 10110101 | 11 | 10000 | 0 | 11101 | 100100000 | 10000 | 1000001 |
Color Harmonies of #AF98B5
Complementary color
Monochromatic Colors of #AF98B5
Black with #AF98B5
Text Example
Text Example
White with #AF98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98B5; }
p { color: rgb(175,152,181); }
H1.HeaderClassName
{
color: #AF98B5;
}
.AnyTagClassName
{
color: #AF98B5;
}
</style>
background-color css
<style>
a { background-color: #AF98B5; }
a { background-color: rgb(175,152,181); }
div.DivClassName
{
background-color: #AF98B5;
}
.BgClassName
{
background-color: #AF98B5;
}
</style>
border-color css
<style>
span { border-color: #AF98B5; }
span { border-color: rgb(175,152,181); }
td.TdClassName
{
border-color: #AF98B5;
}
.TagClassName
{
border-color: #AF98B5;
}
</style>