Shades of Chatelle #AFABB4
Tints of Chatelle #AFABB4
RGB
CMYK
RGB Variations
Color information
#AFABB4 (or 0xAFABB4) is known color: Chatelle. HEX triplet: AF, AB and B4. RGB value is (175,171,180). Sum of RGB (Red+Green+Blue) = 175+171+180=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB4 is #50544B. Grayscale: #ADADAD. Windows color (decimal): -5264460 or 11840431. OLE color: 11840431.
HSL color Cylindrical-coordinate representation of color #AFABB4: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFABB4 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 171 | 180 | - |
CMYK | 0.03 | 0.05 | 0 | 0.29 |
HSL | 266.67º | 0.06% | 0.69% | - |
HSV(B) | 266.67º | 0.05% | 0.71% | - |
XYZ | 40.48 | 41.54 | 49.06 | - |
YUV | 173.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 171 | 180 | 0.03 | 0.05 | 0 | 0.29 | 266.67 | 0.06 | 0.69 |
Hex | AF | AB | B4 | 3 | 5 | 0 | 1D | 10B | 6 | 45 |
Octal | 257 | 253 | 264 | 3 | 5 | 0 | 35 | 413 | 6 | 105 |
Binary | 10101111 | 10101011 | 10110100 | 11 | 101 | 0 | 11101 | 100001011 | 110 | 1000101 |
Color Harmonies of #AFABB4
Complementary color
Monochromatic Colors of #AFABB4
Black with #AFABB4
Text Example
Text Example
White with #AFABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABB4; }
p { color: rgb(175,171,180); }
H1.HeaderClassName
{
color: #AFABB4;
}
.AnyTagClassName
{
color: #AFABB4;
}
</style>
background-color css
<style>
a { background-color: #AFABB4; }
a { background-color: rgb(175,171,180); }
div.DivClassName
{
background-color: #AFABB4;
}
.BgClassName
{
background-color: #AFABB4;
}
</style>
border-color css
<style>
span { border-color: #AFABB4; }
span { border-color: rgb(175,171,180); }
td.TdClassName
{
border-color: #AFABB4;
}
.TagClassName
{
border-color: #AFABB4;
}
</style>