#ADA1FC

Color #ADA1FC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADA1FC

Tints of Perano #ADA1FC

Color information

#ADA1FC (or 0xADA1FC) is unknown color: approx Perano. HEX triplet: AD, A1 and FC. RGB value is (173,161,252). Sum of RGB (Red+Green+Blue) = 173+161+252=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADA1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA1FC is #525E03. Grayscale: #AEAEAE. Windows color (decimal): -5398020 or 16556461. OLE color: 16556461.

HSL color Cylindrical-coordinate representation of color #ADA1FC: hue angle of 247.91º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA1FC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173161252-
CMYK0.310.3600.01
HSL247.91º93.81%80.98%-
HSV(B)247.91º36.11%98.82%-
XYZ47.5541.497.58-
YUV174.96171.48126.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=29.52%
G=27.47%
B=43.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731612520.310.3600.01247.9193.8180.98
HexADA1FC1F2401f85e51
Octal255241374374401370136121
Binary10101101101000011111110011111100100011111100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1FC; }

 p { color: rgb(173,161,252); }

 H1.HeaderClassName
 {
   color: #ADA1FC;
 }
 .AnyTagClassName
 {
   color: #ADA1FC;
 }
</style>
background-color css

<style>
 a { background-color: #ADA1FC; }

 a { background-color: rgb(173,161,252); }

 div.DivClassName
 {
   background-color: #ADA1FC;
 }
 .BgClassName
 {
   background-color: #ADA1FC;
 }
</style>
border-color css

<style>
 span { border-color: #ADA1FC; }

 span { border-color: rgb(173,161,252); }

 td.TdClassName
 {
   border-color: #ADA1FC;
 }
 .TagClassName
 {
   border-color: #ADA1FC;
 }
</style>