Shades of Medium Purple #AF66FA
Tints of Medium Purple #AF66FA
RGB
CMYK
RGB Variations
Color information
#AF66FA (or 0xAF66FA) is known color: Medium Purple. HEX triplet: AF, 66 and FA. RGB value is (175,102,250). Sum of RGB (Red+Green+Blue) = 175+102+250=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF66FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66FA is #509905. Grayscale: #8C8C8C. Windows color (decimal): -5282054 or 16410287. OLE color: 16410287.
HSL color Cylindrical-coordinate representation of color #AF66FA: hue angle of 269.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF66FA is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 102 | 250 | - |
| CMYK | 0.3 | 0.59 | 0 | 0.02 |
| HSL | 269.59º | 0.94% | 0.69% | - |
| HSV(B) | 269.59º | 0.59% | 0.98% | - |
| XYZ | 39.69 | 25.52 | 93.28 | - |
| YUV | 140.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 250 | 0.3 | 0.59 | 0 | 0.02 | 269.59 | 0.94 | 0.69 |
| Hex | AF | 66 | FA | 1E | 3B | 0 | 2 | 10E | 5E | 45 |
| Octal | 257 | 146 | 372 | 36 | 73 | 0 | 2 | 416 | 136 | 105 |
| Binary | 10101111 | 1100110 | 11111010 | 11110 | 111011 | 0 | 10 | 100001110 | 1011110 | 1000101 |
Color Harmonies of #AF66FA
Complementary color
Monochromatic Colors of #AF66FA
Black with #AF66FA
Text Example
Text Example
White with #AF66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF66FA; }
p { color: rgb(175,102,250); }
H1.HeaderClassName
{
color: #AF66FA;
}
.AnyTagClassName
{
color: #AF66FA;
}
</style>
background-color css
<style>
a { background-color: #AF66FA; }
a { background-color: rgb(175,102,250); }
div.DivClassName
{
background-color: #AF66FA;
}
.BgClassName
{
background-color: #AF66FA;
}
</style>
border-color css
<style>
span { border-color: #AF66FA; }
span { border-color: rgb(175,102,250); }
td.TdClassName
{
border-color: #AF66FA;
}
.TagClassName
{
border-color: #AF66FA;
}
</style>