Shades of Wistful #AFAEC2
Tints of Wistful #AFAEC2
RGB
CMYK
RGB Variations
Color information
#AFAEC2 (or 0xAFAEC2) is known color: Wistful. HEX triplet: AF, AE and C2. RGB value is (175,174,194). Sum of RGB (Red+Green+Blue) = 175+174+194=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC2 is #50513D. Grayscale: #B0B0B0. Windows color (decimal): -5263678 or 12758703. OLE color: 12758703.
HSL color Cylindrical-coordinate representation of color #AFAEC2: hue angle of 243º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFAEC2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 174 | 194 | - |
CMYK | 0.10 | 0.10 | 0 | 0.24 |
HSL | 243º | 0.14% | 0.72% | - |
HSV(B) | 243º | 0.1% | 0.76% | - |
XYZ | 42.55 | 43.28 | 57.15 | - |
YUV | 176.58 | 137.83 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 174 | 194 | 0.10 | 0.10 | 0 | 0.24 | 243 | 0.14 | 0.72 |
Hex | AF | AE | C2 | A | A | 0 | 18 | F3 | E | 48 |
Octal | 257 | 256 | 302 | 12 | 12 | 0 | 30 | 363 | 16 | 110 |
Binary | 10101111 | 10101110 | 11000010 | 1010 | 1010 | 0 | 11000 | 11110011 | 1110 | 1001000 |
Color Harmonies of #AFAEC2
Complementary color
Monochromatic Colors of #AFAEC2
Black with #AFAEC2
Text Example
Text Example
White with #AFAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAEC2; }
p { color: rgb(175,174,194); }
H1.HeaderClassName
{
color: #AFAEC2;
}
.AnyTagClassName
{
color: #AFAEC2;
}
</style>
background-color css
<style>
a { background-color: #AFAEC2; }
a { background-color: rgb(175,174,194); }
div.DivClassName
{
background-color: #AFAEC2;
}
.BgClassName
{
background-color: #AFAEC2;
}
</style>
border-color css
<style>
span { border-color: #AFAEC2; }
span { border-color: rgb(175,174,194); }
td.TdClassName
{
border-color: #AFAEC2;
}
.TagClassName
{
border-color: #AFAEC2;
}
</style>