Shades of Medium Purple #A65AFB
Tints of Medium Purple #A65AFB
RGB
CMYK
RGB Variations
Color information
#A65AFB (or 0xA65AFB) is known color: Medium Purple. HEX triplet: A6, 5A and FB. RGB value is (166,90,251). Sum of RGB (Red+Green+Blue) = 166+90+251=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #A65AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AFB is #59A504. Grayscale: #828282. Windows color (decimal): -5874949 or 16472742. OLE color: 16472742.
HSL color Cylindrical-coordinate representation of color #A65AFB: hue angle of 268.32º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65AFB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 90 | 251 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.02 |
| HSL | 268.32º | 0.95% | 0.67% | - |
| HSV(B) | 268.32º | 0.64% | 0.98% | - |
| XYZ | 36.79 | 22.38 | 93.65 | - |
| YUV | 131.08 | 195.68 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 251 | 0.34 | 0.64 | 0 | 0.02 | 268.32 | 0.95 | 0.67 |
| Hex | A6 | 5A | FB | 22 | 40 | 0 | 2 | 10C | 5F | 43 |
| Octal | 246 | 132 | 373 | 42 | 100 | 0 | 2 | 414 | 137 | 103 |
| Binary | 10100110 | 1011010 | 11111011 | 100010 | 1000000 | 0 | 10 | 100001100 | 1011111 | 1000011 |
Color Harmonies of #A65AFB
Complementary color
Monochromatic Colors of #A65AFB
Black with #A65AFB
Text Example
Text Example
White with #A65AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AFB; }
p { color: rgb(166,90,251); }
H1.HeaderClassName
{
color: #A65AFB;
}
.AnyTagClassName
{
color: #A65AFB;
}
</style>
background-color css
<style>
a { background-color: #A65AFB; }
a { background-color: rgb(166,90,251); }
div.DivClassName
{
background-color: #A65AFB;
}
.BgClassName
{
background-color: #A65AFB;
}
</style>
border-color css
<style>
span { border-color: #A65AFB; }
span { border-color: rgb(166,90,251); }
td.TdClassName
{
border-color: #A65AFB;
}
.TagClassName
{
border-color: #A65AFB;
}
</style>