Shades of Perano #A8ADFD
Tints of Perano #A8ADFD
RGB
CMYK
RGB Variations
Color information
#A8ADFD (or 0xA8ADFD) is known color: Perano. HEX triplet: A8, AD and FD. RGB value is (168,173,253). Sum of RGB (Red+Green+Blue) = 168+173+253=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADFD is #575202. Grayscale: #B4B4B4. Windows color (decimal): -5722627 or 16625064. OLE color: 16625064.
HSL color Cylindrical-coordinate representation of color #A8ADFD: hue angle of 236.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ADFD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 173 | 253 | - |
CMYK | 0.34 | 0.32 | 0 | 0.01 |
HSL | 236.47º | 0.96% | 0.83% | - |
HSV(B) | 236.47º | 0.34% | 0.99% | - |
XYZ | 48.82 | 45.3 | 99.1 | - |
YUV | 180.63 | 168.84 | 119 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 253 | 0.34 | 0.32 | 0 | 0.01 | 236.47 | 0.96 | 0.83 |
Hex | A8 | AD | FD | 22 | 20 | 0 | 1 | EC | 60 | 53 |
Octal | 250 | 255 | 375 | 42 | 40 | 0 | 1 | 354 | 140 | 123 |
Binary | 10101000 | 10101101 | 11111101 | 100010 | 100000 | 0 | 1 | 11101100 | 1100000 | 1010011 |
Color Harmonies of #A8ADFD
Complementary color
Monochromatic Colors of #A8ADFD
Black with #A8ADFD
Text Example
Text Example
White with #A8ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADFD; }
p { color: rgb(168,173,253); }
H1.HeaderClassName
{
color: #A8ADFD;
}
.AnyTagClassName
{
color: #A8ADFD;
}
</style>
background-color css
<style>
a { background-color: #A8ADFD; }
a { background-color: rgb(168,173,253); }
div.DivClassName
{
background-color: #A8ADFD;
}
.BgClassName
{
background-color: #A8ADFD;
}
</style>
border-color css
<style>
span { border-color: #A8ADFD; }
span { border-color: rgb(168,173,253); }
td.TdClassName
{
border-color: #A8ADFD;
}
.TagClassName
{
border-color: #A8ADFD;
}
</style>